diff --git a/.gitignore b/.gitignore index b2dd804..1ff0524 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Config-Any-0.19.tar.gz /Config-Any-0.20.tar.gz +/Config-Any-0.23.tar.gz diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index 7825cb3..f54d025 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,7 +1,7 @@ Name: perl-Config-Any Summary: Load configuration from different file formats, transparently -Version: 0.20 -Release: 4%{?dist} +Version: 0.23 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz @@ -19,6 +19,7 @@ BuildRequires: perl(Module::Pluggable) >= 3.01 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(version) BuildRequires: perl(XML::LibXML) BuildRequires: perl(XML::Simple) @@ -71,6 +72,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Jan 13 2012 Robin Lee - 0.23-1 +- Update to 0.23 +- BR: add perl(Test::Pod::Coverage) + * Wed Jul 20 2011 Petr Sabata - 0.20-4 - Perl mass rebuild diff --git a/sources b/sources index 09db518..35be30d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7272b42ecaa6e6d1ed9a9bd5bd65786 Config-Any-0.20.tar.gz +97a303ef7426e5b6888bb7dd294a7e7a Config-Any-0.23.tar.gz