Update to 0.32

- New upstream release 0.32:
  - Updated dependency on File::Spec to 3.26 (CPAN RT#83143)
  - Fixed bug with leading empty string in dir() - became unintentional
    UNC path on Cygwin
  - Fixed "Unterminated C<...> sequence" in Pod
This commit is contained in:
Paul Howarth 2013-03-19 11:11:58 +00:00
parent 02b2cf829e
commit fb3c08ba3e
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Path-Class
Version: 0.31
Release: 2%{?dist}
Version: 0.32
Release: 1%{?dist}
Summary: Cross-platform path specification manipulation
License: GPL+ or Artistic
Group: Development/Libraries
@ -57,6 +57,13 @@ AUTHOR_TESTING=1 ./Build test
%{_mandir}/man3/Path::Class::File.3pm*
%changelog
* Tue Mar 19 2013 Paul Howarth <paul@city-fan.org> - 0.32-1
- Update to 0.32:
- Updated dependency on File::Spec to 3.26 (CPAN RT#83143)
- Fixed bug with leading empty string in dir() - became unintentional
UNC path on Cygwin
- Fixed "Unterminated C<...> sequence" in Pod
* Thu Mar 7 2013 Paul Howarth <paul@city-fan.org> - 0.31-2
- Bump perl(File::Spec) version requirement to 3.26 (CPAN RT#83143)
- Drop EL-5 support since it doesn't have File::Spec 3.26

View File

@ -1 +1 @@
2eb433c787b8ddaa4d37337116af16fa Path-Class-0.31.tar.gz
c3f3bacb17cbefd4f5b47159445415f8 Path-Class-0.32.tar.gz