|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
Name: perl-Moo
|
|
|
|
|
Version: 1.000004
|
|
|
|
|
Version: 1.000005
|
|
|
|
|
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://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Moo-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Class::Method::Modifiers) >= 1.04
|
|
|
|
|
BuildRequires: perl(Class::Method::Modifiers) >= 1.10
|
|
|
|
|
BuildRequires: perl(Devel::GlobalDestruction) >= 0.09
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
|
@ -15,7 +15,7 @@ BuildRequires: perl(Role::Tiny) >= 1.001003
|
|
|
|
|
BuildRequires: perl(strictures) >= 1.001001
|
|
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
Requires: perl(Class::Method::Modifiers) >= 1.04
|
|
|
|
|
Requires: perl(Class::Method::Modifiers) >= 1.10
|
|
|
|
|
Requires: perl(Role::Tiny) >= 1.001003
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
@ -52,6 +52,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Oct 27 2012 Iain Arnell <iarnell@gmail.com> 1.000005-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Oct 19 2012 Iain Arnell <iarnell@gmail.com> 1.000004-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|