Update to 0.22

- New upstream release 0.22
  - Properly find the list of modules to test (regression since 0.19)
epel9
Paul Howarth 9 years ago
parent e60769032a
commit 6ec21f83c9

@ -1,6 +1,6 @@
Name: perl-Test-CleanNamespaces
Summary: Check for uncleaned imports
Version: 0.21
Version: 0.22
Release: 1%{?dist}
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-CleanNamespaces
@ -32,6 +32,7 @@ BuildRequires: perl(Role::Tiny) >= 1.003000
BuildRequires: perl(constant)
BuildRequires: perl(CPAN::Meta) >= 2.120900
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(File::pushd)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(if)
BuildRequires: perl(lib)
@ -93,6 +94,10 @@ make test %{!?perl_bootstrap:AUTOMATED_TESTING=1}
%{_mandir}/man3/Test::CleanNamespaces.3*
%changelog
* Fri Aug 19 2016 Paul Howarth <paul@city-fan.org> - 0.22-1
- Update to 0.22
- Properly find the list of modules to test (regression since 0.19)
* Tue Aug 16 2016 Paul Howarth <paul@city-fan.org> - 0.21-1
- Update to 0.21
- Switch to plain old Exporter, removing build_* subs from the API

@ -1 +1 @@
6dce5addcec3b546ef17691d59074475 Test-CleanNamespaces-0.21.tar.gz
8c48bb0427f2077edce57c50491468ec Test-CleanNamespaces-0.22.tar.gz

Loading…
Cancel
Save