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

Changelog

libfile-path-expand-perl (1.02-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libfile-path-expand-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 01:26:01 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-path-expand-perl_1.02-5.dsc 2.1 KiB 7fcf11a9ebfeeea91617b911abef4072ce5007b9aacc9e0300e0159f33b54b9b
libfile-path-expand-perl_1.02.orig.tar.gz 2.0 KiB 7fb616a5d5904400a9e355ca540049a08605c60ce4f94297f2f8bd95dee9b495
libfile-path-expand-perl_1.02-5.debian.tar.xz 2.6 KiB b2e312bdc9469e4453e67339ec3703363f964d84447eba7e08c1a3f41888d311

Available diffs

No changes file available.

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.