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

Changelog

libfile-copy-recursive-reduced-perl (0.008-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 07:23:56 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.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

Downloads

File Size SHA-256 Checksum
libfile-copy-recursive-reduced-perl_0.008.orig.tar.gz 23.9 KiB 462bd66bf55e74b78f29ebdc9626af622d4f0115b5191b03167e82164db98f5a
libfile-copy-recursive-reduced-perl_0.008-ok1.debian.tar.xz 1.8 KiB 2d7b7544f45eed5d6fcc0441cb3cb0a80af48d1ee10e5a58728f5140ce161f93
libfile-copy-recursive-reduced-perl_0.008-ok1.dsc 2.1 KiB a62f3e607dc7441af8abc4c3e5471d152cc4c83f751899edc5e01d9f8684345a

Available diffs

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.