|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Moo
|
|
|
|
|
Version: 2.002005
|
|
|
|
|
Version: 2.003000
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Minimalist Object Orientation (with Moose compatibility)
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -34,7 +34,9 @@ BuildRequires: perl(strictures) >= 1.004003
|
|
|
|
|
# Text::Balanced not used at test-time
|
|
|
|
|
# Optional run-time:
|
|
|
|
|
BuildRequires: perl(Class::XSAccessor) >= 1.18
|
|
|
|
|
BuildRequires: perl(Sub::Defer)
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
BuildRequires: perl(Sub::Quote)
|
|
|
|
|
# lib/Moo/HandleMoose.pm requires Moose modules. Moo::HandleMoose is used only
|
|
|
|
|
# if Moose has been loaded. So this is circular optional dependency definitly
|
|
|
|
|
# not suitable for Moo because Moo is reimplementation of Moose:
|
|
|
|
@ -95,6 +97,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Update to 2.002005
|
|
|
|
|
|
|
|
|
|