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

Changelog

libpath-tiny-perl (0.038-1) unstable; urgency=low


  * Team upload

  [ upstream ]
  * New release
    + Added an optional regular expression to the 'children()' method to
      filter the results.
    + Exceptions are now Path::Tiny::Error objects, not autodie
      exceptions.
    + Added 'is_rootdir' method to simplify testing if a path is the
      root directory.

  [ Florian Schlichting ]
  * Update upstream git repo URL.
  * Remove (build-)dependencies on autodie, devel-hide, file-pushd, test-deep
    and test-fatal.
  * Update VCS-Git field to canonical URL.

 -- Florian Schlichting <email address hidden>  Wed, 02 Oct 2013 23:25:12 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpath-tiny-perl_0.038-1.dsc 2.1 KiB 601e875a91d63bd3b6b6f3513acec258769f350a25cf630896769bfd1dcfdecd
libpath-tiny-perl_0.038.orig.tar.gz 44.0 KiB 7bf03c86f7c02d2c391f50ae8d8e627aaa5423ad255165e3679f226447d9ca0d
libpath-tiny-perl_0.038-1.debian.tar.gz 4.0 KiB dede5fb32f4b94b687c27b5bd718e7eaac39fa07d1e7783d2a25c246ce70b4a0

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?)