Update to 0.24

- New upstream release 0.24
  - Be more lenient in optional Mouse tests to handle edge cases in older and
    pure perl versions
- Drop redundant %{?perl_default_filter}
This commit is contained in:
Paul Howarth 2015-01-05 10:15:07 +00:00
parent 035c2dea58
commit d87520a460
2 changed files with 18 additions and 15 deletions

View File

@ -1,16 +1,15 @@
Name: perl-namespace-autoclean
Version: 0.22
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Keep imports out of your namespace
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-%{version}.tar.gz
URL: http://search.cpan.org/dist/namespace-autoclean
BuildArch: noarch
Name: perl-namespace-autoclean
Version: 0.24
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Keep imports out of your namespace
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-%{version}.tar.gz
URL: http://search.cpan.org/dist/namespace-autoclean
BuildArch: noarch
# Module Build
BuildRequires: perl
BuildRequires: perl(Module::Build::Tiny) >= 0.038
BuildRequires: perl(Module::Build::Tiny) >= 0.039
# Module
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
BuildRequires: perl(List::Util)
@ -47,8 +46,6 @@ BuildRequires: perl(Sub::Name)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Sub::Identify)
%{?perl_default_filter}
%description
When you import a function into a Perl package, it will naturally also be
available as a method. The 'namespace::autoclean' pragma will remove all
@ -76,9 +73,15 @@ perl Build.PL --installdirs=vendor
%license LICENSE
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/namespace/
%{_mandir}/man3/namespace::autoclean.3pm*
%{_mandir}/man3/namespace::autoclean.3*
%changelog
* Mon Jan 5 2015 Paul Howarth <paul@city-fan.org> - 0.24-1
- Update to 0.24
- Be more lenient in optional Mouse tests to handle edge cases in older and
pure perl versions
- Drop redundant %%{?perl_default_filter}
* Tue Nov 4 2014 Paul Howarth <paul@city-fan.org> - 0.22-1
- Update to 0.22
- Drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better

View File

@ -1 +1 @@
df5230afe646dcdb83261d1d6f6fb4f7 namespace-autoclean-0.22.tar.gz
b0642f870ef4d0b77c1ec5fe5123685b namespace-autoclean-0.24.tar.gz