SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Path-Tiny-0.044-1.fc20.noarch.rpm :
Fri Oct 18 14:00:00 2013 Paul Howarth - 0.044-1
- Update to 0.044
- Fixed child path construction against the root path
- Fixed path construction when a relative volume is provided as the first
argument on Windows; e.g. path(\"C:\", \"lib\") must be like path(\"C:lib\"),
not path(\"C:/lib\")
- On AIX, shared locking is replaced by exclusive locking on a R/W
filehandle, as locking read handles is not supported

Mon Oct 14 14:00:00 2013 Paul Howarth - 0.043-1
- Update to 0.043
- Calling \'absolute\' on Windows will add the volume if it is missing (e.g.
\"/foo\" will become \"C:/foo\"); this matches the behavior of
File::Spec->rel2abs
- Fixed t/00-report-prereqs.t for use with older versions of
CPAN::Meta::Requirements

Sun Oct 13 14:00:00 2013 Paul Howarth - 0.042-1
- Update to 0.042
- When \'realpath\' can\'t be resolved (because intermediate directories don\'t
exist), the exception now explains the error clearly instead of complaining
about path() needing a defined, positive-length argument
- On Windows, fixed resolution of relative paths with a volume, e.g. \"C:foo\"
is now correctly translated into getdcwd on \"C:\" plus \"foo\"

Fri Oct 11 14:00:00 2013 Paul Howarth - 0.041-1
- Update to 0.041
- Remove duplicate test dependency on File::Spec that triggers a CPAN.pm bug

Wed Oct 9 14:00:00 2013 Paul Howarth - 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 14:00:00 2013 Paul Howarth - 0.038-1
- Update to 0.038
- Added \'is_rootdir\' method to simplify testing if a path is the root
directory

Thu Sep 26 14:00:00 2013 Paul Howarth - 0.037-1
- Update to 0.037
- No longer lists \'threads\' as a prerequisite; if you have a threaded perl,
you have it and if you\'ve not, Path::Tiny doesn\'t care
- Fixed for v5.8

Tue Sep 24 14:00:00 2013 Paul Howarth - 0.035-1
- Update to 0.035
- Fixed flock warning on BSD that was broken with the autodie removal; now
also applies to all BSD flavors

Tue Sep 24 14:00:00 2013 Paul Howarth - 0.034-1
- Update to 0.034
- Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this
removes the last dependency on autodie, which allows us to support Perls as
far back as v5.8.1
- BSD/NFS flock fix was not backwards compatible before v5.14; this fixes it
harder
- Lowered ExtUtils::MakeMaker configure_requires version to 6.17

Thu Sep 12 14:00:00 2013 Paul Howarth - 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 14:00:00 2013 Paul Howarth - 0.032-1
- Update to 0.032
- Removed several test dependencies; Path::Tiny now only needs core modules,
though some must be upgraded on old Perls

Tue Sep 3 14:00:00 2013 Paul Howarth - 0.031-3
- BR: perl(Config) for the test suite (#1003660)

Mon Sep 2 14:00:00 2013 Paul Howarth - 0.031-2
- Sanitize for Fedora submission

Mon Sep 2 14:00:00 2013 Paul Howarth - 0.031-1
- Initial RPM version


 
ICM