Perl 5.22 rebuild

This commit is contained in:
Jitka Plesnikova 2015-06-03 19:29:48 +02:00
parent b95de639b6
commit 79fa9d960c

View File

@ -1,6 +1,6 @@
Name: perl-Module-Load-Conditional
Version: 0.64
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Looking up module information and loading at run-time
License: GPL+ or Artistic
Group: Development/Libraries
@ -65,6 +65,9 @@ make test
%{_mandir}/man3/Module::Load::Conditional.3*
%changelog
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.64-2
- Perl 5.22 rebuild
* Mon Jan 19 2015 Paul Howarth <paul@city-fan.org> - 0.64-1
- Update to 0.64
- Resolve an edge-case with DEPRECATED (CPAN RT#101555)