Update to 0.37
- New upstream release 0.37: - Doc update for contains/subsumes - Fix "contains" when $self is a relative path (GH#43) - Handle case where $other evaluates false - Add additional test cases for contains and subsumes - Test with Perl 5.24
This commit is contained in:
parent
efc0f98e1d
commit
fb1634d0d6
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Path-Class
|
Name: perl-Path-Class
|
||||||
Version: 0.36
|
Version: 0.37
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform path specification manipulation
|
Summary: Cross-platform path specification manipulation
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -80,6 +80,15 @@ AUTHOR_TESTING=1 ./Build test
|
|||||||
%{_mandir}/man3/Path::Class::File.3*
|
%{_mandir}/man3/Path::Class::File.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 15 2016 Paul Howarth <paul@city-fan.org> - 0.37-1
|
||||||
|
- Update to 0.37:
|
||||||
|
- Doc update for contains/subsumes
|
||||||
|
- Fix "contains" when $self is a relative path (GH#43)
|
||||||
|
- Handle case where $other evaluates false
|
||||||
|
- Add additional test cases for contains and subsumes
|
||||||
|
- Test with Perl 5.24
|
||||||
|
- BR: perl-generators
|
||||||
|
|
||||||
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-3
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-3
|
||||||
- Perl 5.24 re-rebuild of bootstrapped packages
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user