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:
Paul Howarth 2016-08-15 10:19:34 +01:00
parent efc0f98e1d
commit fb1634d0d6
2 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Path-Class
Version: 0.36
Release: 3%{?dist}
Version: 0.37
Release: 1%{?dist}
Summary: Cross-platform path specification manipulation
License: GPL+ or Artistic
Group: Development/Libraries
@ -80,6 +80,15 @@ AUTHOR_TESTING=1 ./Build test
%{_mandir}/man3/Path::Class::File.3*
%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
- Perl 5.24 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
3e15307faf0702fb916409f594552b94 Path-Class-0.36.tar.gz
13e6db714f6d5a0e62ca1c4a7fc4d0f3 Path-Class-0.37.tar.gz