- update to 0.19

epel9
Chris Weyl 17 years ago
parent 8a13ddb7d9
commit f8831e2a9e

@ -1,8 +1,8 @@
Name: perl-Class-C3
Version: 0.18
Version: 0.19
Release: 1%{?dist}
Summary: Pragma to use the C3 method resolution order algorithm
License: GPL or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-C3/
Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Class-C3-%{version}.tar.gz
@ -19,7 +19,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
# cpan
BuildRequires: perl(Algorithm::C3) >= 0.06
BuildRequires: perl(Class::C3::XS) >= 0.04
BuildRequires: perl(Class::C3::XS) >= 0.07
BuildRequires: perl(Test::Exception) >= 0.15
# testing...
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
@ -27,7 +27,8 @@ BuildRequires: perl(Sub::Name)
# missed!
Requires: perl(Algorithm::C3) >= 0.06
Requires: perl(Class::C3::XS) >= 0.03
# strictly speaking, this is optional. However, speed is always nice :)
Requires: perl(Class::C3::XS) >= 0.07
%description
This is a pragma to change Perl 5's standard method resolution order from
@ -73,6 +74,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Wed Oct 10 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.19-1
- update to 0.19
* Fri Jun 01 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.18-1
- update to 0.18

@ -1 +1 @@
930c53503b3b4c8adfe51af57dd599e0 Class-C3-0.18.tar.gz
bb3779da9c9786043ba2e0d9357b5078 Class-C3-0.19.tar.gz

Loading…
Cancel
Save