|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Moo
|
|
|
|
Name: perl-Moo
|
|
|
|
Version: 1.005000
|
|
|
|
Version: 1.006000
|
|
|
|
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
|
|
|
@ -22,7 +22,7 @@ BuildRequires: perl(Devel::GlobalDestruction) >= 0.11
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
# Filter::Simple not used at test-time
|
|
|
|
# Filter::Simple not used at test-time
|
|
|
|
BuildRequires: perl(Import::Into) >= 1.002
|
|
|
|
BuildRequires: perl(Import::Into) >= 1.002
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.014
|
|
|
|
BuildRequires: perl(mro)
|
|
|
|
BuildRequires: perl(mro)
|
|
|
|
# MRO::Compat not needed with modern perl
|
|
|
|
# MRO::Compat not needed with modern perl
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
@ -94,6 +94,10 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 22 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.006000-1
|
|
|
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
- Reflect deps having changed.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 22 2014 Petr Pisar <ppisar@redhat.com> - 1.005000-1
|
|
|
|
* Tue Jul 22 2014 Petr Pisar <ppisar@redhat.com> - 1.005000-1
|
|
|
|
- 1.005000 bump
|
|
|
|
- 1.005000 bump
|
|
|
|
|
|
|
|
|
|
|
|