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:
parent
903ae30ecc
commit
377cfde8de
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user