diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec index d1322da..59a6109 100644 --- a/perl-B-Hooks-EndOfScope.spec +++ b/perl-B-Hooks-EndOfScope.spec @@ -1,5 +1,5 @@ Name: perl-B-Hooks-EndOfScope -Version: 0.14 +Version: 0.15 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -14,7 +14,6 @@ BuildRequires: perl(ExtUtils::CBuilder) >= 0.26 BuildRequires: perl(ExtUtils::MakeMaker) # Common Module Requirements BuildRequires: perl(Module::Implementation) >= 0.05 -BuildRequires: perl(Module::Runtime) >= 0.012 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006 BuildRequires: perl(strict) BuildRequires: perl(warnings) @@ -59,9 +58,6 @@ BuildRequires: perl(Test::Spelling), hunspell-en %endif # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) -Requires: perl(Module::Implementation) >= 0.05 -Requires: perl(Module::Runtime) >= 0.012 -Requires: perl(Variable::Magic) >= 0.48 %description This module allows you to execute code when Perl has finished compiling the @@ -98,6 +94,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/B::Hooks::EndOfScope::XS.3* %changelog +* Fri May 15 2015 Paul Howarth - 0.15-1 +- Update to 0.15 + - Updated the tooling for generating Makefile.PL + - Removed Tie::StdHash from prereqs, which is not require()able as a module + on its own, despite being indexed (GH #3) + - Fixed the addition in release 0.14 of Hash::Util::FieldHash as a + prerequisite (which is not available prior to perl 5.010) for pure-perl + installations (CPAN RT#104435) + * Sun Feb 1 2015 Paul Howarth - 0.14-1 - Update to 0.14 - Line numbers in shipped code are now the same as the repository source, for diff --git a/sources b/sources index 0112f1c..7f818bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9380361535fdade817fa5544df579f31 B-Hooks-EndOfScope-0.14.tar.gz +61dd64e3a05ffb06fee9bee3211d16b8 B-Hooks-EndOfScope-0.15.tar.gz