Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2020-01-30 02:17:53 +00:00
parent db53896f07
commit 792644b195

View File

@ -1,6 +1,6 @@
Name: perl-Module-Load-Conditional
Version: 0.70
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Looking up module information / loading at run-time
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Load-Conditional
@ -68,6 +68,9 @@ make test
%{_mandir}/man3/Module::Load::Conditional.3*
%changelog
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.70-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 0.70-1
- Update to 0.70
- Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939)