libfile-copy-recursive-reduced-perl 0.006-2 source package in Ubuntu

Changelog

libfile-copy-recursive-reduced-perl (0.006-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libfile-copy-recursive-reduced-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 14:32:44 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-copy-recursive-reduced-perl_0.006-2.dsc 2.3 KiB 32d678c7cecd5edff5df130990e7bbdc60958247f25a86172d2f9b16e0b55696
libfile-copy-recursive-reduced-perl_0.006.orig.tar.gz 24.8 KiB e618f993a69f4355205c58fffff6982609f28b47f646ec6e244e41b5c6707e2c
libfile-copy-recursive-reduced-perl_0.006-2.debian.tar.xz 2.0 KiB ef313bcfb3475432bdd3fa7ccd612da5e44059e4f35ac79d342dede701ceee2c

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.