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:
parent
02b2cf829e
commit
fb3c08ba3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user