Update to 0.033

- New upstream release 0.033
  - Perl on BSD may not support locking on an NFS filesystem: if this is
    detected, Path::Tiny warns and continues in an unsafe mode (the 'flock'
    warning category may be fatalized to die instead)
  - Added 'iterator' example showing defaults
This commit is contained in:
Paul Howarth 2013-09-12 16:18:49 +01:00
parent 903ae30ecc
commit 377cfde8de
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Tiny
Version: 0.032
Version: 0.033
Release: 1%{?dist}
Summary: File path utility
Group: Development/Libraries
@ -100,6 +100,13 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Thu Sep 12 2013 Paul Howarth <paul@city-fan.org> - 0.033-1
- Update to 0.033
- Perl on BSD may not support locking on an NFS filesystem: if this is
detected, Path::Tiny warns and continues in an unsafe mode (the 'flock'
warning category may be fatalized to die instead)
- Added 'iterator' example showing defaults
* Fri Sep 6 2013 Paul Howarth <paul@city-fan.org> - 0.032-1
- Update to 0.032
- Removed several test dependencies; Path::Tiny now only needs core modules,

View File

@ -1 +1 @@
479c8df99831c83c5addb71e9609819d Path-Tiny-0.032.tar.gz
cb70291b1792998c4780eced3ca4d20a Path-Tiny-0.033.tar.gz