|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
Version: 0.10
|
|
|
|
Version: 0.13
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# see LICENSE
|
|
|
|
# see LICENSE
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -22,6 +22,9 @@ BuildRequires: perl(Data::Dumper)
|
|
|
|
# explicit, versioned requires
|
|
|
|
# explicit, versioned requires
|
|
|
|
Requires: perl(Moose) >= 0.78
|
|
|
|
Requires: perl(Moose) >= 0.78
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### auto-added brs!
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Roles are composable units of behavior. They are useful for factoring out
|
|
|
|
Roles are composable units of behavior. They are useful for factoring out
|
|
|
|
functionality common to many classes from any part of your class hierarchy.
|
|
|
|
functionality common to many classes from any part of your class hierarchy.
|
|
|
@ -70,6 +73,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Sep 19 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)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.10-1
|
|
|
|
* Wed Aug 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.10-1
|
|
|
|
- auto-update to 0.10 (by cpan-spec-update 0.01)
|
|
|
|
- auto-update to 0.10 (by cpan-spec-update 0.01)
|
|
|
|
|
|
|
|
|
|
|
|