update to 1.000005

epel9
Iain Arnell 12 years ago
parent c083234ad7
commit 2b81c69f13

1
.gitignore vendored

@ -9,3 +9,4 @@
/Moo-1.000001.tar.gz /Moo-1.000001.tar.gz
/Moo-1.000003.tar.gz /Moo-1.000003.tar.gz
/Moo-1.000004.tar.gz /Moo-1.000004.tar.gz
/Moo-1.000005.tar.gz

@ -1,13 +1,13 @@
Name: perl-Moo Name: perl-Moo
Version: 1.000004 Version: 1.000005
Release: 1%{?dist} Release: 1%{?dist}
Summary: Minimalist Object Orientation (with Moose compatibility) Summary: Minimalist Object Orientation (with Moose compatibility)
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Moo/ 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 BuildArch: noarch
BuildRequires: perl(Class::Method::Modifiers) >= 1.04 BuildRequires: perl(Class::Method::Modifiers) >= 1.10
BuildRequires: perl(Devel::GlobalDestruction) >= 0.09 BuildRequires: perl(Devel::GlobalDestruction) >= 0.09
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Module::Runtime) >= 0.012 BuildRequires: perl(Module::Runtime) >= 0.012
@ -15,7 +15,7 @@ BuildRequires: perl(Role::Tiny) >= 1.001003
BuildRequires: perl(strictures) >= 1.001001 BuildRequires: perl(strictures) >= 1.001001
BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::More) >= 0.96 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(Role::Tiny) >= 1.001003
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -52,6 +52,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Fri Oct 19 2012 Iain Arnell <iarnell@gmail.com> 1.000004-1
- update to latest upstream version - update to latest upstream version

@ -1 +1 @@
b072b85cca96512d253004be00bd48c7 Moo-1.000004.tar.gz 6f3cfacbabf31cf9c50f2b415ecc446f Moo-1.000005.tar.gz

Loading…
Cancel
Save