Update to 0.040
- New upstream release 0.040
- The 'filehandle' method now offers an option to return locked handles
based on the file mode
- The 'filehandle' method now respects default encoding set by the caller's
open pragma
This commit is contained in:
parent
803eaaa5d8
commit
201e3e3bcb
@ -1,5 +1,5 @@
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.038
|
||||
Version: 0.040
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -98,6 +98,13 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 9 2013 Paul Howarth <paul@city-fan.org> - 0.040-1
|
||||
- Update to 0.040
|
||||
- The 'filehandle' method now offers an option to return locked handles
|
||||
based on the file mode
|
||||
- The 'filehandle' method now respects default encoding set by the caller's
|
||||
open pragma
|
||||
|
||||
* Wed Oct 2 2013 Paul Howarth <paul@city-fan.org> - 0.038-1
|
||||
- Update to 0.038
|
||||
- Added 'is_rootdir' method to simplify testing if a path is the root
|
||||
|
||||
Loading…
Reference in New Issue
Block a user