Perl 5.26 rebuild

This commit is contained in:
Jitka Plesnikova 2017-06-04 19:14:13 +02:00
parent ab54ce7ae8
commit 16ddca3c25

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Identify
Version: 0.14
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Retrieve names of code references
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Sub-Identify/
@ -66,6 +66,9 @@ make test
%{_mandir}/man3/Sub::Identify.3*
%changelog
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.14-2
- Perl 5.26 rebuild
* Tue Apr 11 2017 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14
- Make tests pass without . in @INC (actual fix)