- auto-update to 0.11 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - altered br on perl(Class::C3) (0.19 => 0.20)
This commit is contained in:
parent
85bb223968
commit
b62478d6ab
@ -1 +1 @@
|
||||
MRO-Compat-0.10.tar.gz
|
||||
MRO-Compat-0.11.tar.gz
|
||||
|
||||
@ -1,20 +1,20 @@
|
||||
Name: perl-MRO-Compat
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Mro::* interface compatibility for Perls < 5.9.5
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/MRO-Compat/
|
||||
Source0: http://www.cpan.org/authors/id/F/FL/FLORA/MRO-Compat-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MRO-Compat-%{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) >= 0.47
|
||||
# cpan
|
||||
BuildRequires: perl(Class::C3) >= 0.19
|
||||
BuildRequires: perl(Class::C3) >= 0.20
|
||||
BuildRequires: perl(Class::C3::XS) >= 0.08
|
||||
# test
|
||||
BuildRequires: perl(Test::Pod)
|
||||
@ -26,7 +26,7 @@ Requires: perl(Class::C3) >= 0.19
|
||||
%description
|
||||
The "mro" namespace provides several utilities for dealing with method
|
||||
resolution order and method caching in general in Perl 5.9.5 and higher.
|
||||
This module provides those interfaces for earlier versions of Perl (back
|
||||
This module provides those interfaces for earlier versions of Perl (back
|
||||
to 5.6.0 anyways).
|
||||
|
||||
It is a harmless no-op to use this module on 5.9.5+. That is to say,
|
||||
@ -69,6 +69,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.11-1
|
||||
- auto-update to 0.11 (by cpan-spec-update 0.01)
|
||||
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
|
||||
- altered br on perl(Class::C3) (0.19 => 0.20)
|
||||
|
||||
* Thu Apr 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.10-1
|
||||
- update to 0.10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user