|
|
|
@ -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
|
|
|
|
|