update to 0.009013
This commit is contained in:
parent
8df614225f
commit
21d666541b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Moo-0.009010.tar.gz
|
||||
/Moo-0.009011.tar.gz
|
||||
/Moo-0.009012.tar.gz
|
||||
/Moo-0.009013.tar.gz
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
Name: perl-Moo
|
||||
Version: 0.009012
|
||||
Version: 0.009013
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimalist Object Orientation (with Moose compatibility)
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Moo/
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Moo-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Class::Method::Modifiers) >= 1.05
|
||||
BuildRequires: perl(Class::Method::Modifiers) >= 1.07
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strictures) >= 1.001001
|
||||
BuildRequires: perl(Test::Fatal) >= 0.003
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Class::Method::Modifiers) >= 1.05
|
||||
Requires: perl(Class::Method::Modifiers) >= 1.07
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -49,6 +49,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 06 2012 Iain Arnell <iarnell@gmail.com> 0.009013-1
|
||||
- update to latest upstream version
|
||||
|
||||
* Sun Nov 20 2011 Iain Arnell <iarnell@gmail.com> 0.009012-1
|
||||
- update to latest upstream version
|
||||
- filter private requires/provides
|
||||
|
||||
Loading…
Reference in New Issue
Block a user