From f011edff1a16e9e31ed4103a7a8517187f45ff16 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: May 17 2009 07:46:27 +0000 Subject: - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0 => 0.27) --- diff --git a/.cvsignore b/.cvsignore index 868da0f..7646c1c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Class-C3-Adopt-NEXT-0.07.tar.gz +Class-C3-Adopt-NEXT-0.10.tar.gz diff --git a/perl-Class-C3-Adopt-NEXT.spec b/perl-Class-C3-Adopt-NEXT.spec index 2798fa3..719c61e 100644 --- a/perl-Class-C3-Adopt-NEXT.spec +++ b/perl-Class-C3-Adopt-NEXT.spec @@ -1,13 +1,13 @@ -Name: perl-Class-C3-Adopt-NEXT -Version: 0.07 -Release: 2%{?dist} +Name: perl-Class-C3-Adopt-NEXT +Version: 0.10 +Release: 1%{?dist} # lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries Summary: Reduce one's dependency on NEXT -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-C3-Adopt-NEXT -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(NEXT) # test BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Exception) >= 0.27 %description -NEXT was a good solution a few years ago, but isn't any more. It's +NEXT was a good solution a few years ago, but isn't any more. It's slow, and the order in which it re-dispatches methods appears random at times. It also encourages bad programming practices, as you end up with code to redispatch methods when all you really wanted to do was run some code before or after a method fired. However, if you have a large application, then weaning yourself off 'NEXT' isn't easy.This module is intended as a drop-in replacement for NEXT, supporting the same interface, -but using Class::C3 to do the hard work. You can then write new code +but using Class::C3 to do the hard work. You can then write new code without 'NEXT', and migrate individual source files to use 'Class::C3' or method modifiers as appropriate, at whatever pace you're comfortable with. @@ -54,15 +54,19 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun May 17 2009 Chris Weyl 0.10-1 +- auto-update to 0.10 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0 => 0.27) + * Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -75,4 +79,3 @@ rm -rf %{buildroot} * Tue Feb 10 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - diff --git a/sources b/sources index 5600fef..615d89b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -717030a4d5abe25d494124dc935b1158 Class-C3-Adopt-NEXT-0.07.tar.gz +5827721780a1563257e7a3c9d57a91d2 Class-C3-Adopt-NEXT-0.10.tar.gz