libfile-listing-perl 6.15-ok2 source package in openKylin

Changelog

libfile-listing-perl (6.15-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- zhangyichun <email address hidden>  Sat, 17 Sep 2022 10:02:48 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libfile-listing-perl_6.15.orig.tar.gz 79.6 KiB 39992a0bc68fed03e419716d410bc7dbfb123326bee782963c28aec6f98c849e
libfile-listing-perl_6.15-ok2.debian.tar.xz 8.0 KiB f1a9f069b9943d85a327013649fd42cd5c38e5c996a7d6e21ae49f5105a98ad9
libfile-listing-perl_6.15-ok2.dsc 1.8 KiB 698ad1b6531f5b88970815ae188e169e97170a57d7f2077d1a62a7251d09ac75

Available diffs

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