Update to 0.29
- New upstream release 0.29: - Add components() method, which returns directory names (and filename, if this is a File object) as a list - Fix a test failure on non-Unix platforms; the 07-recurseprune.t test was written in a Unix-specific way
This commit is contained in:
parent
b89daf0b06
commit
ee3e37f1f1
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Path-Class
|
Name: perl-Path-Class
|
||||||
Version: 0.28
|
Version: 0.29
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform path specification manipulation
|
Summary: Cross-platform path specification manipulation
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -65,6 +65,13 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Path::Class::File.3pm*
|
%{_mandir}/man3/Path::Class::File.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 18 2012 Paul Howarth <paul@city-fan.org> - 0.29-1
|
||||||
|
- Update to 0.29:
|
||||||
|
- Add components() method, which returns directory names (and filename, if
|
||||||
|
this is a File object) as a list
|
||||||
|
- Fix a test failure on non-Unix platforms; the 07-recurseprune.t test was
|
||||||
|
written in a Unix-specific way
|
||||||
|
|
||||||
* Mon Dec 17 2012 Paul Howarth <paul@city-fan.org> - 0.28-1
|
* Mon Dec 17 2012 Paul Howarth <paul@city-fan.org> - 0.28-1
|
||||||
- Update to 0.28:
|
- Update to 0.28:
|
||||||
- Fix test failures when run as root - they were relying on permissions
|
- Fix test failures when run as root - they were relying on permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user