Perl 5.16 rebuild

This commit is contained in:
Petr Písař 2012-06-11 23:20:28 +02:00
parent edac6fde7a
commit df461ee4ea

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Identify
Version: 0.04
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Retrieve names of code references
License: GPL+ or Artistic
Group: Development/Libraries
@ -51,6 +51,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Identify.3pm*
%changelog
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.04-14
- Perl 5.16 rebuild
* Mon Mar 5 2012 Paul Howarth <paul@city-fan.org> - 0.04-13
- Use %%{optflags}
- BR: perl(Exporter) and perl(Test::Pod)