libfile-readbackwards-perl 1.05-1 source package in Ubuntu
Changelog
libfile-readbackwards-perl (1.05-1) unstable; urgency=low [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Added: Homepage field (source stanza). [ Fabrizio Regalli ] * New upstream release. * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Switch to DEP5 license format. * Switch to standard 3 lines d/rules. * Switch to 3.0 quilt format. * Added 01-spelling-error.diff patch. * Removed unnecessary README. [ gregor herrmann ] * Remove call to uupdate from debian/watch. -- Fabrizio Regalli <email address hidden> Fri, 15 Jul 2011 14:52:23 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl | |
Trusty | release | universe | perl | |
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfile-readbackwards-perl_1.05-1.dsc | 2.1 KiB | 3bce4e458fb8c804ecdb592b36f4093dee6b9ae2121ed9dacb54167b70617584 |
libfile-readbackwards-perl_1.05.orig.tar.gz | 8.7 KiB | 82b261af87507cc3e7e66899c457104ebc8d1c09fb85c53f67c1f90f70f18d6e |
libfile-readbackwards-perl_1.05-1.debian.tar.gz | 2.5 KiB | bea6a5ac1b22e4936f7f931bba45a1cc48a634739bf7708659e66e19eb347d6f |
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.