libfile-listing-perl 6.01-1 source package in Ubuntu

Changelog

libfile-listing-perl (6.01-1) unstable; urgency=low

  * Initial Release (Closes: #617707).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 09:38:20 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-listing-perl_6.01.orig.tar.gz 6.3 KiB dc6d797be0b008f53fd8b02b930dd6edaca73b013358a2460d320d8516ec893f
libfile-listing-perl_6.01-1.debian.tar.gz 1.7 KiB 48618e27d65f7c47878ed6126b28ffb49a7de16460198bf5569f7a66b7f4f284
libfile-listing-perl_6.01-1.dsc 2.0 KiB 5e18c7befc8931d61cd72d6697a9fd64ffaba28874ae6fa54cae7a064f56ae60

View changes file

Binary packages built by this source

libfile-listing-perl: module to parse directory listings

 File::Listing exports a single function called parse_dir(), which can be used
 to parse directory listings.
 .
 The first parameter to parse_dir() is the directory listing to parse. It can
 be a scalar, a reference to an array of directory lines or a glob
 representing a filehandle to read the directory listing from.
 .
 The second parameter is the time zone to use when parsing time stamps in the
 listing. If this value is undefined, then the local time zone is assumed.
 .
 The third parameter is the type of listing to assume. Currently supported
 formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'.