libpath-tiny-perl 0.076-1 source package in Ubuntu

Changelog

libpath-tiny-perl (0.076-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Fix spewing to a symlink that crosses a filesystem boundary.
    + Add Test::MockRandom to META as an recommended test prerequisite.
    + Fix expand tilde using forward slash (not backslash) on Windows.
    + Fix documentation typos.

  [ Jonas Smedegaard ]
  * Update package relations: Build-depend on libtest-mockrandom-perl.

 -- Jonas Smedegaard <email address hidden>  Mon, 23 Nov 2015 11:54:58 +0100

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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-tiny-perl_0.076-1.dsc 2.2 KiB 4bd420e65c8800e181953f027b5db8cb78f5a9e955f8e37d3722458102ca7098
libpath-tiny-perl_0.076.orig.tar.gz 79.1 KiB 10bafd96f561f0e811be764d557efffbd53ba9b044a79c82e97db8e27d5cc764
libpath-tiny-perl_0.076-1.debian.tar.xz 5.5 KiB 032cd09cfbbddfb57d127c1bc00e690f5741741e89e1f22c0d129f2aefc222ac

Available diffs

No changes file available.

Binary packages built by this source

libpath-tiny-perl: file path utility

 Path::Tiny attempts to provide a small, fast utility for working with
 file paths. It is friendlier to use than File::Spec and provides easy
 access to functions from several other core file handling modules.
 .
 It doesn't attempt to be as full-featured as IO::All or Path::Class,
 nor does it try to work for anything except Unix-like and Win32
 platforms. Even then, it might break if you try something particularly
 obscure or tortuous. (Quick! What does this mean:
 "///../../..//./././a//b/.././c/././"? And how does it differ on
 Win32?)