Update to 0.28

- New upstream release 0.28:
  - Fix test failures when run as root - they were relying on permissions
    failures, but permissions never fail as root
  - Add links in docs to the other modules we rely on and talk about in the
    docs, which makes for easier viewing through search.cpan.org / MetaCPAN
  - Fixed some misleading variable names in docs (CPAN RT#81795)
This commit is contained in:
Paul Howarth 2012-12-17 13:38:09 +00:00
parent 9e3f181e0b
commit b89daf0b06
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Path-Class
Version: 0.27
Version: 0.28
Release: 1%{?dist}
Summary: Cross-platform path specification manipulation
License: GPL+ or Artistic
@ -65,6 +65,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/Path::Class::File.3pm*
%changelog
* 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
failures, but permissions never fail as root
- Add links in docs to the other modules we rely on and talk about in the
docs, which makes for easier viewing through search.cpan.org / MetaCPAN
- Fixed some misleading variable names in docs (CPAN RT#81795)
* Mon Dec 10 2012 Paul Howarth <paul@city-fan.org> - 0.27-1
- Update to 0.27:
- Added pruning support in dir->recurse(); if recurse callback returns

View File

@ -1 +1 @@
31fde06f8cfda2256a4f38fc208fb709 Path-Class-0.27.tar.gz
36b7619b1892efcadff2826760b9f422 Path-Class-0.28.tar.gz