Perl 5.30 re-rebuild updated packages

This commit is contained in:
Jitka Plesnikova 2019-06-04 14:15:42 +02:00
parent e801893f35
commit d98e2e9dae

View File

@ -1,6 +1,6 @@
Name: perl-SUPER
Version: 1.20190531
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Sane superclass method dispatcher
License: GPL+ or Artistic
URL: https://metacpan.org/release/SUPER
@ -60,6 +60,9 @@ make test
%{_mandir}/man3/SUPER.3*
%changelog
* Tue Jun 04 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.20190531-2
- Perl 5.30 re-rebuild updated packages
* Mon Jun 3 2019 Paul Howarth <paul@city-fan.org> - 1.20190531-1
- Update to 1.20190531
- Allow main->SUPER::... to work when SUPER.pm is loaded (GH#1)