|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-MooseX-Types
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# see Makefile.PL, lib/MooseX/Types.pm
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -25,7 +25,7 @@ BuildRequires: perl(Sub::Exporter)
|
|
|
|
|
# for M::I
|
|
|
|
|
BuildRequires: perl(CPAN)
|
|
|
|
|
|
|
|
|
|
### auto-added brs!
|
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
|
BuildRequires: perl(Scalar::Util) >= 1.19
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
|
|
|
|
@ -97,6 +97,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 26 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.13-1
|
|
|
|
|
- auto-update to 0.13 (by cpan-spec-update 0.01)
|
|
|
|
|
- added a new br on perl(Test::Moose) (version 0)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 16 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.12-1
|
|
|
|
|
- auto-update to 0.12 (by cpan-spec-update 0.01)
|
|
|
|
|
- added a new req on perl(Carp) (version 0)
|
|
|
|
|