libfile-copy-recursive-reduced-perl 0.007-ok1 source package in openKylin

Changelog

libfile-copy-recursive-reduced-perl (0.007-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:40:44 +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-copy-recursive-reduced-perl_0.007.orig.tar.gz 23.6 KiB d3b58522e69803a91437e29c099eb706e8373f1eef0518a4dc3669dd3dfcdc27
libfile-copy-recursive-reduced-perl_0.007-ok1.debian.tar.xz 2.2 KiB db74a74c51addd923c01d9fbe364560ed1c538dca962f222951513afce7b0f2c
libfile-copy-recursive-reduced-perl_0.007-ok1.dsc 2.1 KiB bfe7f96965b10e84cb2728f0fd1af52f6f552ae8a540610ada3af0e725f598f0

View changes file

Binary packages built by this source

libfile-copy-recursive-reduced-perl: module for recursive copying of files and directories

 File::Copy::Recursive::Reduced is a Perl library which provides subroutines
 exported on request which are intended to serve as drop-in replacements for
 certain subroutines found in CPAN distribution File-Copy-Recursive.
 .
 It exports three functions on demand which are substantially equivalent to
 their File::Copy::Recursive equivalents:
 .
  * "fcopy()"
  * "dircopy()"
  * "rcopy()"
 .
 These functions are quite appropriate in situations such as test suites where
 the user has full knowledge of the files, directories and symlinks to be
 recursively copied and does not need to manipulate the environment by setting
 localized versions of File::Copy::Recursive's package global variables.