|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Test-Base
|
|
|
|
|
Version: 0.79
|
|
|
|
|
Version: 0.88
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Data Driven Testing Framework
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -20,7 +20,7 @@ BuildRequires: perl(LWP::Simple)
|
|
|
|
|
BuildRequires: perl(MIME::Base64)
|
|
|
|
|
BuildRequires: perl(Spiffy) >= 0.40
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.62
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.41
|
|
|
|
|
BuildRequires: perl(Test::Tester)
|
|
|
|
|
BuildRequires: perl(Text::Diff) >= 0.35
|
|
|
|
@ -63,13 +63,22 @@ make test RELEASE_TESTING=1
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changes CONTRIBUTING README
|
|
|
|
|
%{perl_vendorlib}/Module/
|
|
|
|
|
%{perl_vendorlib}/Test/
|
|
|
|
|
%{_mandir}/man3/Module::Install::TestBase.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Base.3pm*
|
|
|
|
|
%{_mandir}/man3/Test::Base::Filter.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 26 2014 Paul Howarth <paul@city-fan.org> - 0.88-1
|
|
|
|
|
- Update to 0.88
|
|
|
|
|
- Add t/000-require-modules.t
|
|
|
|
|
- Eliminate File::Basename from test/
|
|
|
|
|
- Eliminate spurious trailing whitespace
|
|
|
|
|
- Meta 0.0.2
|
|
|
|
|
- Fix Meta error (s/zild/=zild/)
|
|
|
|
|
- Unbundle Module::Install::TestBase
|
|
|
|
|
- Fix failing t/diff_is.t (Issue/15)
|
|
|
|
|
- Replace tabs with spaces
|
|
|
|
|
|
|
|
|
|
* Sat Aug 9 2014 Paul Howarth <paul@city-fan.org> - 0.79-1
|
|
|
|
|
- Update to 0.79
|
|
|
|
|
- Change Provider test to use string eval, keeping it out of the eyes of
|
|
|
|
|