libfile-read-perl 0.0801-6 source package in Ubuntu

Changelog

libfile-read-perl (0.0801-6) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Deepak Tripathi from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 22:28:23 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-read-perl_0.0801-6.dsc 2.2 KiB 869af198fd502b766815f761aeaab090986467d10910da23ba284e5ace3b0c83
libfile-read-perl_0.0801.orig.tar.gz 7.6 KiB 3c48225adb6b26c86398c92b00076fb620948f3eb834936adbb86f93f9c903b1
libfile-read-perl_0.0801-6.debian.tar.xz 3.1 KiB 9fff6e2963ff2aded8e52b726b95dc4c1eef6a8e61f416df80a4a6c2f683c8e5

Available diffs

No changes file available.

Binary packages built by this source

libfile-read-perl: interface for reading one or more files

 File::Read mainly proposes functions for reading one or more files, with
 different options.
 .
 This module was created to address a quite specific need: reading many files,
 some as a normal user and others as root, and eventually do a little more
 processing, all while being at the same time compatible with Perl 5.004.
 File::Slurp addresses the first point, but not the others, hence the creation
 of File::Read. If you don't need reading files as root or the post-processing
 features, then it's faster to directly use File::Slurp.