Perl 5.20 mass

This commit is contained in:
Jitka Plesnikova 2014-09-09 11:18:31 +02:00
parent 541b0187d5
commit 87f256f5be

View File

@ -2,7 +2,7 @@
Name: perl-Module-Implementation
Version: 0.09
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 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/Module::Implementation.3pm*
%changelog
* Tue Sep 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-2
- Perl 5.20 mass
* Mon Sep 8 2014 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 0.09
- Implemented and then reverted a change to use Sub::Name (CPAN RT#98097)