Update to 0.27

- New upstream release 0.27:
  - Added pruning support in dir->recurse(); if recurse callback returns
    $item->PRUNE, no children of this item will be analyzed
  - Documented 'basename' method for directories
  - Added traverse_if() function, which allows one to filter children before
    processing them
  - Added tempdir() function
- Package upstream LICENSE file
This commit is contained in:
Paul Howarth 2012-12-10 11:59:03 +00:00
parent 97cb85edd1
commit 9e3f181e0b
2 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Path-Class
Version: 0.26
Release: 3%{?dist}
Version: 0.27
Release: 1%{?dist}
Summary: Cross-platform path specification manipulation
License: GPL+ or Artistic
Group: Development/Libraries
@ -57,7 +57,7 @@ AUTHOR_TESTING=1 ./Build test
rm -rf %{buildroot}
%files
%doc Changes README
%doc Changes LICENSE README
%{perl_vendorlib}/Path/
%{_mandir}/man3/Path::Class.3pm*
%{_mandir}/man3/Path::Class::Dir.3pm*
@ -65,6 +65,16 @@ rm -rf %{buildroot}
%{_mandir}/man3/Path::Class::File.3pm*
%changelog
* 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
$item->PRUNE, no children of this item will be analyzed
- Documented 'basename' method for directories
- Added traverse_if() function, which allows one to filter children before
processing them
- Added tempdir() function
- Package upstream LICENSE file
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
ec77aaa16cff0c29143c578f30d420cd Path-Class-0.26.tar.gz
31fde06f8cfda2256a4f38fc208fb709 Path-Class-0.27.tar.gz