|
|
|
@ -1,14 +1,16 @@
|
|
|
|
|
Name: perl-Moo
|
|
|
|
|
Version: 0.009013
|
|
|
|
|
Version: 0.009014
|
|
|
|
|
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/R/RI/RIBASUSHI/Moo-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Class::Method::Modifiers) >= 1.07
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.013
|
|
|
|
|
BuildRequires: perl(Role::Tiny) >= 1
|
|
|
|
|
BuildRequires: perl(strictures) >= 1.001001
|
|
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.003
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
@ -49,6 +51,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 02 2012 Iain Arnell <iarnell@gmail.com> 0.009014-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Jan 06 2012 Iain Arnell <iarnell@gmail.com> 0.009013-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|