- auto-update to 1.0005 (by cpan-spec-update 0.01)

- added a new br on perl(FindBin) (version 0)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- altered br on perl(Class::C3) (0 => 0.20)
- added a new br on perl(Carp) (version 0)
epel9
Chris Weyl 16 years ago
parent b6c4c836e3
commit 25116300bd

@ -1 +1 @@
Class-C3-Componentised-1.0004.tar.gz
Class-C3-Componentised-1.0005.tar.gz

@ -1,20 +1,20 @@
Name: perl-Class-C3-Componentised
Version: 1.0004
Version: 1.0005
Release: 1%{?dist}
Summary: Load mix-ins or components to your C3-based class
Summary: Load mix-ins or components to your C3-based class
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-C3-Componentised/
Source0: http://www.cpan.org/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/A/AS/ASH/Class-C3-Componentised-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# core
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Test::More)
# cpan
BuildRequires: perl(Class::C3)
BuildRequires: perl(Class::C3) >= 0.20
BuildRequires: perl(Class::Inspector)
BuildRequires: perl(MRO::Compat)
# testing
@ -23,12 +23,16 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
### auto-added brs!
BuildRequires: perl(FindBin)
BuildRequires: perl(Carp)
%description
This will inject base classes to your module using the Class::C3 method
This will inject base classes to your module using the Class::C3 method
resolution order.
Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.
@ -74,6 +78,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Sat May 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.0005-1
- auto-update to 1.0005 (by cpan-spec-update 0.01)
- added a new br on perl(FindBin) (version 0)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
- altered br on perl(Class::C3) (0 => 0.20)
- added a new br on perl(Carp) (version 0)
* Sat Apr 18 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.0004-1
- update to 1.0004

@ -1 +1 @@
d4e8fd4f123cc52343b79fe5b434e8d3 Class-C3-Componentised-1.0004.tar.gz
1c843ffd2737c6db77edcc6b666cfc48 Class-C3-Componentised-1.0005.tar.gz

Loading…
Cancel
Save