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:
parent
9e3f181e0b
commit
b89daf0b06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user