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

Changelog

libfile-listing-perl (6.16-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 6.16.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 29 Sep 2023 01:01:37 +0200

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 main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-listing-perl_6.16-1.dsc 2.3 KiB 99f4e76dd9f35b392ffcd3633d7346febba5270225181e759a4450d7362845c5
libfile-listing-perl_6.16.orig.tar.gz 76.7 KiB 189b3a13fc0a1ba412b9d9ec5901e9e5e444cc746b9f0156d4399370d33655c6
libfile-listing-perl_6.16-1.debian.tar.xz 2.7 KiB 9c7f9342dcb410538f03519a8761929381ff38f6e3c9d0e0eebc943a2366b12a

Available diffs

No changes file available.

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'.