|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Moo
|
|
|
|
|
Version: 1.001000
|
|
|
|
|
Version: 1.002000
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Minimalist Object Orientation (with Moose compatibility)
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Moo/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Class::Method::Modifiers) >= 1.10
|
|
|
|
|
BuildRequires: perl(Devel::GlobalDestruction) >= 0.09
|
|
|
|
|
BuildRequires: perl(Devel::GlobalDestruction) >= 0.11
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
|
|
BuildRequires: perl(Role::Tiny) >= 1.002004
|
|
|
|
@ -52,6 +52,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 07 2013 Iain Arnell <iarnell@gmail.com> 1.002000-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Apr 19 2013 Iain Arnell <iarnell@gmail.com> 1.001000-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|