Update to 1.000019
- New upstream release 1.000019 - Warnings now disabled inside during the evaluation of generated version sub (CPAN RT#89282) - BR: perl(Config), perl(File::Basename) and perl(IO::File) for the test suite
This commit is contained in:
parent
7e4bd58325
commit
95b169bd4b
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Module-Metadata
|
Name: perl-Module-Metadata
|
||||||
Version: 1.000018
|
Version: 1.000019
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gather package and POD information from perl module files
|
Summary: Gather package and POD information from perl module files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -19,11 +19,14 @@ BuildRequires: perl(vars)
|
|||||||
BuildRequires: perl(version) >= 0.87
|
BuildRequires: perl(version) >= 0.87
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Regular test suite
|
# Regular test suite
|
||||||
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
# Release tests
|
# Release tests
|
||||||
@ -62,6 +65,12 @@ make test TEST_FILES="xt/*.t"
|
|||||||
%{_mandir}/man3/Module::Metadata.3pm*
|
%{_mandir}/man3/Module::Metadata.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 6 2013 Paul Howarth <paul@city-fan.org> - 1.000019-1
|
||||||
|
- Update to 1.000019
|
||||||
|
- Warnings now disabled inside during the evaluation of generated version sub
|
||||||
|
(CPAN RT#89282)
|
||||||
|
- BR: perl(Config), perl(File::Basename) and perl(IO::File) for the test suite
|
||||||
|
|
||||||
* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 1.000018-1
|
* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 1.000018-1
|
||||||
- Update to 1.000018
|
- Update to 1.000018
|
||||||
- Re-release of de-tainting fix without unstated non-core test dependencies
|
- Re-release of de-tainting fix without unstated non-core test dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user