|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 0.040
|
|
|
|
|
Version: 0.042
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -61,6 +61,12 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
|
|
|
|
Type::Tiny is a tiny class for creating Moose-like type constraint objects
|
|
|
|
|
which are compatible with Moo, Moose and Mouse.
|
|
|
|
|
|
|
|
|
|
%package -n perl-Test-TypeTiny
|
|
|
|
|
Summary: Test::TypeTiny module
|
|
|
|
|
|
|
|
|
|
%description -n perl-Test-TypeTiny
|
|
|
|
|
Test::TypeTiny module.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Type-Tiny-%{version}
|
|
|
|
|
|
|
|
|
@ -83,7 +89,17 @@ make test
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{!?with_reply_plugin:%exclude %{perl_vendorlib}/Reply}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%exclude %{perl_vendorlib}/Test
|
|
|
|
|
%exclude %{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
|
|
|
|
|
%files -n perl-Test-TypeTiny
|
|
|
|
|
%{perl_vendorlib}/Test
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 08 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 0.042-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- Split out perl(Test::TypeTiny) to avoid deps on perl(Test::*).
|
|
|
|
|
|
|
|
|
|
* Fri Mar 21 2014 Ralf Corsépius <corsepiu@fedoraproject.org> 0.040-1
|
|
|
|
|
- Initial Fedora package.
|
|
|
|
|