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

  [ upstream ]
  * New release.
    + Fix avoid tempfile/tempdir warning when used as functions without
      arguments.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Fix use canonical URI for upstream contact (wrong capitalization).
    + Extend coverage for packaging to include current year.
  * Update watch file:
    + Use metacpan.org URL (not search.cpan.org URL) in addition to
      www.cpan.org URL.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 07 Jul 2014 00:01:08 +0200

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

  [ upstream ]
  * New release(s)
    + The 'is_file' method now does -e && ! -d and not -f because -f is
      often more restrictive than people intend or expect.
    + Add 'chmod' method with symbolic chmod support ("a=r,u+rx").
    + Fix throw error when constructing path with undef or zero-length
      parts -- e.g. with child().
    + The 'basename' method now takes a list of suffixes to remove
      before returning the name.
    + Add FREEZE/THAW/TO_JSON serialization helpers.
    + When constructing a Path::Tiny object from another, the original
      is returned unless it's a temp dir/file.  This significantly
      speeds up calling path($path) if $path is already a Path::Tiny
      object.

  [ Jonas Smedegaard ]
  * Fix build-depend on perl (previously missed by CDBS when present
    also as preference to modules).
  * Have git-buildpackage suppress eventual upstream .gitignore files.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 10 May 2014 21:07:24 +0200

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

  * Team upload

  * New upstream release
  * Fix typo in long description, thanks Jonas!
  * Add Makefile.old to debian/clean

 -- Axel Beckert <abe@debian.org>  Mon, 20 Jan 2014 19:56:27 +0100

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

  * Team upload

  * Import Upstream version 0.051
  * Declare compliance with Debian Policy 3.9.5

 -- Florian Schlichting <fsfs@debian.org>  Sun, 12 Jan 2014 22:49:29 +0100

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 <fsfs@debian.org>  Wed, 02 Oct 2013 23:25:12 +0200

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

  [ upstream ]
  * New release.
    + Added the 'digest' method to produce a hexadecimal SHA-256 (or
      user-specified) digest of a file.

  [ Jonas Smedegaard ]
  * Fix use www.cpan.org (not cpan.metacpan.org) in watch file at
    get-orig-source target.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 07 Aug 2013 18:05:04 +0200

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

  [ upstream ]
  * New release.
    + Spew to an existing symlink now atomically replaces the resolved
      destination, not the symlink
    + Fixed bug where lines() with a count longer than the file would
      return undef for the extra lines.  Now returns only the lines in
      the file if the count is greater than the number of lines.

  [ Jonas Smedegaard ]
  * Improve watch file to use both www.cpan.org/authors URL (for newest
    info) and search.cpan.org/dist URL (for change of author).
  * (Build-)depend as fallback for libautodie-perl on very recent perl.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 20 Jul 2013 13:40:54 +0200

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

  [ upstream ]
  * New release.
    + Removing dangling symlinks now works.
    + Win32 pseudo-forks don't load threads.pm, so we do that in CLONE
      to ensure we get the thread ID.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 28 Jun 2013 00:41:05 +0200

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

  [ upstream ]
  * New release.
    + Fixed fatal bug with lines_utf8 using chomp.
    + Pod typos fixed.
    + The 'touch' method can now take an epoch secs argument.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 28 May 2013 18:23:34 +0200

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

  * Initial packaging release.
    Closes: bug#702825.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 28 May 2013 17:55:00 +0200
