Update to 2.003000
This commit is contained in:
parent
daaecbcc32
commit
cbc209c06b
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/Moo-2.002003.tar.gz
|
||||
/Moo-2.002004.tar.gz
|
||||
/Moo-2.002005.tar.gz
|
||||
/Moo-2.003000.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user