|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Test-CleanNamespaces
|
|
|
|
Name: perl-Test-CleanNamespaces
|
|
|
|
Summary: Check for uncleaned imports
|
|
|
|
Summary: Check for uncleaned imports
|
|
|
|
Version: 0.17
|
|
|
|
Version: 0.18
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Test-CleanNamespaces
|
|
|
|
URL: https://metacpan.org/release/Test-CleanNamespaces
|
|
|
@ -88,6 +88,11 @@ make test %{!?perl_bootstrap:AUTOMATED_TESTING=1}
|
|
|
|
%{_mandir}/man3/Test::CleanNamespaces.3*
|
|
|
|
%{_mandir}/man3/Test::CleanNamespaces.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 21 2015 Paul Howarth <paul@city-fan.org> - 0.18-1
|
|
|
|
|
|
|
|
- Update to 0.18
|
|
|
|
|
|
|
|
- Remove Moose test requires <-> Test::CleanNamespaces test recommends
|
|
|
|
|
|
|
|
circular relationship (softened to suggests)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 20 2015 Paul Howarth <paul@city-fan.org> - 0.17-1
|
|
|
|
* Tue Jan 20 2015 Paul Howarth <paul@city-fan.org> - 0.17-1
|
|
|
|
- Update to 0.17
|
|
|
|
- Update to 0.17
|
|
|
|
- Skip Mouse tests if some required interfaces are not available
|
|
|
|
- Skip Mouse tests if some required interfaces are not available
|
|
|
|