libfile-readbackwards-perl 1.06-2 source package in Ubuntu

Changelog

libfile-readbackwards-perl (1.06-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libfile-readbackwards-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:21:34 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-readbackwards-perl_1.06-2.dsc 2.2 KiB ff7ad6f5b88ed07ae0694568028c453a46a0b336480fe191949a8bfead95f40e
libfile-readbackwards-perl_1.06.orig.tar.gz 9.5 KiB 32b2a0549389aaf88875ef03d7ebbfff2d5979eca85b7c812f6b4bb10d102f62
libfile-readbackwards-perl_1.06-2.debian.tar.xz 2.9 KiB 2bdd0e583d5366f79320d8d600def1ed04eebfd35aad175ddc3ebe94d8107321

Available diffs

No changes file available.

Binary packages built by this source

libfile-readbackwards-perl: Perl module for reading a file backwards by lines

 File::ReadBackwards reads a file backwards line by line. It is simple to use,
 memory efficient and fast. It supports both an object and a tied handle
 interface.
 .
 It is intended for processing log and other similar text files which
 typically have their newest entries appended to them. By default files
 are assumed to be plain text and have a line ending appropriate to the
 OS. But you can set the input record separator string on a per file
 basis.