libfile-path-expand-perl 1.02-1 source package in Ubuntu

Changelog

libfile-path-expand-perl (1.02-1) unstable; urgency=low

  * New upstream release
  * debian/control:
   - Uploaders: Added me
   - Standards-Version: increased to 3.7.2 without additional changes
  * Added lintian_overrides 

libfile-path-expand-perl (1.01-2) unstable; urgency=low

  * Set maintainer to the Debian Perl Group.

libfile-path-expand-perl (1.01-1) unstable; urgency=low

  * Initial Release. (Closes: #344073)

 -- Scott James Remnant <email address hidden>   Fri,  16 Jun 2006 15:03:41 +0100

Upload details

Uploaded by:
Scott James Remnant (Canonical)
Uploaded to:
Edgy
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Edgy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-path-expand-perl_1.02.orig.tar.gz 2.0 KiB 7fb616a5d5904400a9e355ca540049a08605c60ce4f94297f2f8bd95dee9b495
libfile-path-expand-perl_1.02-1.diff.gz 1.9 KiB 4bc3294dbc462017db57345786042c172b1747b73faa80f53e9b9e45246b1208
libfile-path-expand-perl_1.02-1.dsc 795 bytes cebd7635f0d8ff697035644f6bfe98bbde1f1efcb1f3fff928b04f89667c2547

View changes file

Binary packages built by this source

libfile-path-expand-perl: expand user directories in filenames

 File::Path::Expand expands user directories in filenames. For the
 simple case it's no more complex than s{^~/}{$HOME/}, but for other
 cases it consults getpwent and does the right thing.