|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-MooseX-Types-Common
|
|
|
|
|
Summary: A library of commonly used type constraints
|
|
|
|
|
Version: 0.001006
|
|
|
|
|
Version: 0.001007
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -13,7 +13,6 @@ BuildRequires: perl(Capture::Tiny)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
|
|
|
|
BuildRequires: perl(Moose) >= 0.39
|
|
|
|
|
BuildRequires: perl(MooseX::Types) >= 0.04
|
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.62
|
|
|
|
|
|
|
|
|
@ -52,6 +51,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 26 2012 Iain Arnell <iarnell@gmail.com> 0.001007-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- drop Test::Exception build requirement again
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2012 Iain Arnell <iarnell@gmail.com> 0.001006-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
|
|