Perl 5.18 rebuild

This commit is contained in:
Petr Písař 2013-07-24 11:46:01 +02:00
parent 81c92d2ce7
commit c0b65b5b1c

View File

@ -9,7 +9,7 @@
Name: perl-Module-Implementation
Version: 0.07
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Loads one of several alternate underlying implementations for a module
Group: Development/Libraries
License: Artistic 2.0
@ -111,6 +111,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Module::Implementation.3pm*
%changelog
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.07-2
- Perl 5.18 rebuild
* Mon Jul 15 2013 Paul Howarth <paul@city-fan.org> - 0.07-1
- Update to 0.07
- Require Test::Fatal 0.006 to avoid test failures (CPAN RT#76809)