Update to 0.12. BR Test::More. Fix typo in description. Include TODO in

docs.
epel9
Steven Pritchard 16 years ago
parent 455825173c
commit 53f6718a48

@ -1 +1 @@
Test-Output-0.10.tar.gz
Test-Output-0.12.tar.gz

@ -1,6 +1,6 @@
Name: perl-Test-Output
Version: 0.10
Release: 4%{?dist}
Version: 0.12
Release: 1%{?dist}
Summary: Utilities to test STDOUT and STDERR messages
License: GPL+ or Artistic
Group: Development/Libraries
@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Tester) >= 0.103
Requires: perl(Sub::Exporter)
Requires: perl(Test::Tester) >= 0.103
@ -19,7 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
%description
Test::Output provides a simple interface for testing output sent to STDOUT
or STDERR. A number of different utilies are included to try and be as
or STDERR. A number of different utilities are included to try and be as
flexible as possible to the tester.
%prep
@ -47,11 +48,17 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%doc Changes README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.12-1
- Update to 0.12.
- BR Test::More.
- Fix typo in description.
- Include TODO in docs.
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10-4
- Rebuild for perl 5.10 (again)

@ -1 +1 @@
dcf67296e04a41a9f73f70c10fe5f825 Test-Output-0.10.tar.gz
5b0a877a98f716af6cc150c1a1d6dc59 Test-Output-0.12.tar.gz

Loading…
Cancel
Save