Update to 2.003000

epel9
Emmanuel Seyman 8 years ago
parent daaecbcc32
commit cbc209c06b

1
.gitignore vendored

@ -28,3 +28,4 @@
/Moo-2.002003.tar.gz /Moo-2.002003.tar.gz
/Moo-2.002004.tar.gz /Moo-2.002004.tar.gz
/Moo-2.002005.tar.gz /Moo-2.002005.tar.gz
/Moo-2.003000.tar.gz

@ -1,5 +1,5 @@
Name: perl-Moo Name: perl-Moo
Version: 2.002005 Version: 2.003000
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
@ -34,7 +34,9 @@ BuildRequires: perl(strictures) >= 1.004003
# Text::Balanced not used at test-time # Text::Balanced not used at test-time
# Optional run-time: # Optional run-time:
BuildRequires: perl(Class::XSAccessor) >= 1.18 BuildRequires: perl(Class::XSAccessor) >= 1.18
BuildRequires: perl(Sub::Defer)
BuildRequires: perl(Sub::Name) BuildRequires: perl(Sub::Name)
BuildRequires: perl(Sub::Quote)
# lib/Moo/HandleMoose.pm requires Moose modules. Moo::HandleMoose is used only # lib/Moo/HandleMoose.pm requires Moose modules. Moo::HandleMoose is used only
# if Moose has been loaded. So this is circular optional dependency definitly # if Moose has been loaded. So this is circular optional dependency definitly
# not suitable for Moo because Moo is reimplementation of Moose: # not suitable for Moo because Moo is reimplementation of Moose:
@ -95,6 +97,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sun Dec 11 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 2.003000-1
- Update to 2.003000
* Sun Nov 13 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 2.002005-1 * Sun Nov 13 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 2.002005-1
- Update to 2.002005 - Update to 2.002005

@ -1 +1 @@
7a3a67180e724a9f53778efc6a4a8f93 Moo-2.002005.tar.gz db0f5bdca7c3935211ce150bd411cc4c Moo-2.003000.tar.gz

Loading…
Cancel
Save