diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec index 50c60e7..4dfded9 100644 --- a/perl-Test-Synopsis.spec +++ b/perl-Test-Synopsis.spec @@ -4,7 +4,7 @@ %global debug_package %{nil} Name: perl-Test-Synopsis -Version: 0.07 +Version: 0.08 Release: 1%{?dist} Summary: Test your SYNOPSIS code Group: Development/Libraries @@ -33,7 +33,7 @@ BuildRequires: perl(Test::More) # of these packages won't be available %if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1} BuildRequires: perl(Pod::Coverage::TrustPod) -BuildRequires: perl(Pod::Spell) >= 1.06 +BuildRequires: perl(Pod::Wordlist) >= 1.06 BuildRequires: perl(Test::CPAN::Changes) BuildRequires: perl(Test::CPAN::Meta) BuildRequires: perl(Test::DistManifest) @@ -90,6 +90,13 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Synopsis.3pm* %changelog +* Wed Feb 5 2014 Paul Howarth 0.08-1 +- Update to 0.08 + - Implemented proper handling of __DATA__ tokens + - Removed unwanted warnings issued during tests + - Upped required Test-Simple distro version (fixes Issue #9) + - Minor pod fixes + * Wed Feb 5 2014 Paul Howarth 0.07-1 - Update to 0.07 - Converted to dzil for automation of everything and auto-generation of all diff --git a/sources b/sources index f869c4b..450151b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f661ccae395008e4b6a2888e6cd331a3 Test-Synopsis-0.07.tar.gz +54efb466f845da17c3df72c72db45a99 Test-Synopsis-0.08.tar.gz