libfile-listing-perl 6.16-ok1 source package in openKylin

Changelog

libfile-listing-perl (6.16-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:47:58 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-listing-perl_6.16.orig.tar.gz 76.7 KiB 189b3a13fc0a1ba412b9d9ec5901e9e5e444cc746b9f0156d4399370d33655c6
libfile-listing-perl_6.16-ok1.debian.tar.xz 1.8 KiB 7ad5ab659fc584076b1cf38b4940303a6333b4afb4c66296f0af6798d03a973c
libfile-listing-perl_6.16-ok1.dsc 1.9 KiB b7d2269c4adae8a45053d8a67697d4c9ea1ef9632755bbdb47983efc96bc8c04

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