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:
Paul Howarth 2012-12-18 09:36:33 +00:00
parent b89daf0b06
commit ee3e37f1f1
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Class
Version: 0.28
Version: 0.29
Release: 1%{?dist}
Summary: Cross-platform path specification manipulation
License: GPL+ or Artistic
@ -65,6 +65,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/Path::Class::File.3pm*
%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
- Update to 0.28:
- Fix test failures when run as root - they were relying on permissions

View File

@ -1 +1 @@
36b7619b1892efcadff2826760b9f422 Path-Class-0.28.tar.gz
88bb331171cffc3a83fd2bfb8f472876 Path-Class-0.29.tar.gz