libfile-fu-perl 0.0.8-2 source package in Ubuntu

Changelog

libfile-fu-perl (0.0.8-2) unstable; urgency=low

  [ gregor herrmann ]
  * Build depend on versioned Module::Build.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Add debian/upstream/metadata
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sun, 31 May 2015 17:37:00 +0200

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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-fu-perl_0.0.8-2.dsc 2.2 KiB e920325f13763208360ff4f4d0574e7a0415a026277b50008103fd574021646a
libfile-fu-perl_0.0.8.orig.tar.gz 28.1 KiB 441b1dfa7b145ccf7daf81f77cabcdad836c8f264f23d142f2aa0a1be77ec27c
libfile-fu-perl_0.0.8-2.debian.tar.xz 2.8 KiB 7972cb9cab476e16e5c9b1a9504d94fa4f69293b3997dd7a2170e642027920fd

Available diffs

No changes file available.

Binary packages built by this source

libfile-fu-perl: module for manipulating files and directories as objects

 File::Fu is a Perl module that provides an method of manipulating directories
 and files as objects, making use of operator overloading to allow for precise
 composition fo paths and support for many built-in methods. It also provides
 a way to create temporary directories and files.
 .
 The interface and style provided by this module are quite different than Perl
 built-in functions or File::Spec. The syntax is concise and errors are checked
 using exceptions, so you never need to check a return code.