libfile-remove-perl 1.61-ok2 source package in openKylin

Changelog

libfile-remove-perl (1.61-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 11:14:09 +0300

Upload details

Uploaded by:
denghao
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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libfile-remove-perl_1.61.orig.tar.gz 25.7 KiB fd857f585908fc503461b9e48b3c8594e6535766bc14beb17c90ba58d5dc4975
libfile-remove-perl_1.61-ok2.debian.tar.xz 7.7 KiB 4aba15478cbe3d0991f49b6d3705a50692b48344f70f5fce4d35e915aadb0fa5
libfile-remove-perl_1.61-ok2.dsc 1.8 KiB d1162eae6276a0e915984e114a36a4895384092756c50e349e569b7e59599e65

Available diffs

View changes file

Binary packages built by this source

libfile-remove-perl: Perl module to remove files or directories

 File::Remove::remove removes files and directories. It acts like
 /bin/rm, for the most part. Although unlink can be given a list
 of files, it will not remove directories; this module remedies that.
 It also accepts wildcards, * and ?, as arguments for filenames.