libfile-copy-recursive-reduced-perl 0.007-1 source package in Ubuntu

Changelog

libfile-copy-recursive-reduced-perl (0.007-1) unstable; urgency=medium

  * Import upstream version 0.007.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Add pod-encoding.patch.

 -- gregor herrmann <email address hidden>  Fri, 27 Oct 2023 02:57:20 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-copy-recursive-reduced-perl_0.007-1.dsc 2.6 KiB 7e309d2e53ae614613a46b2b0c091914d8c34e94a3650919b8fd862af8c33619
libfile-copy-recursive-reduced-perl_0.007.orig.tar.gz 23.6 KiB d3b58522e69803a91437e29c099eb706e8373f1eef0518a4dc3669dd3dfcdc27
libfile-copy-recursive-reduced-perl_0.007-1.debian.tar.xz 2.6 KiB e66402519c512d6985c54ca6f70273169beb80c05254693a537fe27de43b793f

Available diffs

No changes file available.

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.