Perl 5.24 rebuild

This commit is contained in:
Jitka Plesnikova 2016-05-15 01:27:44 +02:00
parent ac883dd8ae
commit 793b187c15

View File

@ -1,6 +1,6 @@
Name: perl-Path-Class Name: perl-Path-Class
Version: 0.36 Version: 0.36
Release: 1%{?dist} Release: 2%{?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
@ -79,6 +79,9 @@ AUTHOR_TESTING=1 ./Build test
%{_mandir}/man3/Path::Class::File.3* %{_mandir}/man3/Path::Class::File.3*
%changelog %changelog
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-2
- Perl 5.24 rebuild
* Wed Feb 17 2016 Paul Howarth <paul@city-fan.org> - 0.36-1 * Wed Feb 17 2016 Paul Howarth <paul@city-fan.org> - 0.36-1
- Update to 0.36: - Update to 0.36:
- Use croak instead of die; use eval syntax instead of universal::isa (as - Use croak instead of die; use eval syntax instead of universal::isa (as