Update to 1.002001
- New upstream release 1.002001
- Added support for generating and exporting non-code symbols such as $Foo,
@Bar, and %Baz
- Improved test coverage, up from 88.78% on coveralls.io to 96.74%
This commit is contained in:
parent
e10bf18788
commit
7f0cae88ef
@ -6,19 +6,19 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Exporter-Tiny
|
||||
Version: 1.000000
|
||||
Release: 6%{?dist}
|
||||
Version: 1.002001
|
||||
Release: 1%{?dist}
|
||||
Summary: An exporter with the features of Sub::Exporter but only core dependencies
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Exporter-Tiny
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Exporter/Exporter-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
@ -75,8 +75,7 @@ make test
|
||||
%else
|
||||
%doc COPYRIGHT LICENSE
|
||||
%endif
|
||||
# GPL+ or Artistic
|
||||
%doc Changes CREDITS README examples/
|
||||
%doc Changes CREDITS examples/ README TODO
|
||||
%{perl_vendorlib}/Exporter/
|
||||
%{_mandir}/man3/Exporter::Tiny.3*
|
||||
%{_mandir}/man3/Exporter::Tiny::Manual::Etc.3*
|
||||
@ -86,6 +85,12 @@ make test
|
||||
%{_mandir}/man3/Exporter::Shiny.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 18 2018 Paul Howarth <paul@city-fan.org> - 1.002001-1
|
||||
- Update to 1.002001
|
||||
- Added support for generating and exporting non-code symbols such as $Foo,
|
||||
@Bar, and %%Baz
|
||||
- Improved test coverage, up from 88.78%% on coveralls.io to 96.74%%
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000000-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Exporter-Tiny-1.000000.tar.gz) = 02e72b3d1ec09fb5b7da5638893a12098d3300cfc36ff417c8d5cd8a4ef54891d675310612130e118e0e6a88d615cc18cdc888ab7333f2fc1007632c82d4c349
|
||||
SHA512 (Exporter-Tiny-1.002001.tar.gz) = b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user