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