From 87f256f5bea0b80e268dcb248672806ace0324a0 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 9 Sep 2014 11:18:31 +0200 Subject: [PATCH] Perl 5.20 mass --- perl-Module-Implementation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index ecc0e11..f0a3834 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -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 - 0.09-2 +- Perl 5.20 mass + * Mon Sep 8 2014 Paul Howarth - 0.09-1 - Update to 0.09 - Implemented and then reverted a change to use Sub::Name (CPAN RT#98097)