libfile-remove-perl 1.52-1 source package in Ubuntu

Changelog

libfile-remove-perl (1.52-1) unstable; urgency=low


  * New upstream release.
  * Update (build) dependencies (needs perl 5.10.1 now).
  * Bump Standards-Version to 3.9.3 (no changes).
  * Update years of upstream and packaging copyright.
  * debian/copyright: update to Copyright-Format 1.0.

 -- gregor herrmann <email address hidden>  Mon, 19 Mar 2012 20:05:10 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-remove-perl_1.52-1.dsc 2.3 KiB ef9cadbd3e1a43c91a46151f77881d0e4b85a4c0b2f4811c6ceb36bdff418bca
libfile-remove-perl_1.52.orig.tar.gz 37.3 KiB 4154dc574b8a9a3a555d323f152ac742363c6a69c1f61de15b72728813550bdd
libfile-remove-perl_1.52-1.debian.tar.gz 4.2 KiB b43ab071dc40acf403e6431dbdbd1dcfd253421b3399a3949a23b696b041865f

Available diffs

No changes file available.

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.