|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Sub-Exporter-ForMethods
|
|
|
|
Name: perl-Sub-Exporter-ForMethods
|
|
|
|
Version: 0.100052
|
|
|
|
Version: 0.100054
|
|
|
|
Release: 17%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Helper routines for using Sub::Exporter to build methods
|
|
|
|
Summary: Helper routines for using Sub::Exporter to build methods
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Sub-Exporter-ForMethods
|
|
|
|
URL: https://metacpan.org/release/Sub-Exporter-ForMethods
|
|
|
@ -12,13 +12,13 @@ BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Sub::Exporter) >= 0.978
|
|
|
|
BuildRequires: perl(Sub::Exporter) >= 0.978
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
BuildRequires: perl(Sub::Util)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
@ -55,6 +55,10 @@ make test
|
|
|
|
%{_mandir}/man3/Sub::Exporter::ForMethods.3*
|
|
|
|
%{_mandir}/man3/Sub::Exporter::ForMethods.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Apr 18 2021 Paul Howarth <paul@city-fan.org> - 0.100054-1
|
|
|
|
|
|
|
|
- Update to 0.100054
|
|
|
|
|
|
|
|
- Replace Sub::Name with Sub::Util, which has been core since 2015
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.100052-17
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.100052-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|