diff --git a/.cvsignore b/.cvsignore index a3df8ad..38763cd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,9 @@ -MooseX-AttributeHelpers-0.13.tar.gz +*.tar +*.gz +*.rpm +*.log +*.old +*.bak +noarch +MooseX-AttributeHelpers-* +MooseX-AttributeHelpers-0.14.tar.gz diff --git a/perl-MooseX-AttributeHelpers.spec b/perl-MooseX-AttributeHelpers.spec index 5baf42f..3df5d61 100644 --- a/perl-MooseX-AttributeHelpers.spec +++ b/perl-MooseX-AttributeHelpers.spec @@ -1,5 +1,5 @@ Name: perl-MooseX-AttributeHelpers -Version: 0.13 +Version: 0.14 Release: 1%{?dist} Summary: Extended Moose attribute interfaces License: GPL+ or Artistic @@ -14,10 +14,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.56 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::More) >= 0.62 -# optional tests -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) - %description While Moose attributes provide you with a way to name your accessors, @@ -64,6 +60,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Nov 08 2008 Chris Weyl 0.14-1 +- updating to 0.14 +- POD tests are now explicitly for author/maintainers only; removing deps + * Sat Sep 06 2008 Chris Weyl 0.13-1 - update to 0.13 - note BR on Moose is now at 0.56 and is not optional :) diff --git a/sources b/sources index 44966a9..02d6b1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c19d0960987967ab2c398307e8b4a09 MooseX-AttributeHelpers-0.13.tar.gz +6f8589c9f8b246bb6ebff245a274b62b MooseX-AttributeHelpers-0.14.tar.gz