|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
Version: 0.06
|
|
|
|
Version: 0.09
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# see LICENSE
|
|
|
|
# see LICENSE
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(Moose) >= 0.78
|
|
|
|
BuildRequires: perl(Moose) >= 0.78
|
|
|
|
# tests
|
|
|
|
# tests
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
@ -18,6 +19,9 @@ BuildRequires: perl(Test::Exception) >= 0.27
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# explicit, versioned requires
|
|
|
|
|
|
|
|
Requires: perl(Moose) >= 0.78
|
|
|
|
|
|
|
|
|
|
|
|
%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.
|
|
|
@ -66,6 +70,11 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 16 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.09-1
|
|
|
|
|
|
|
|
- auto-update to 0.09 (by cpan-spec-update 0.01)
|
|
|
|
|
|
|
|
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
|
|
|
|
|
|
|
|
- added a new req on perl(Moose) (version 0.78)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.06-1
|
|
|
|
* Wed May 20 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.06-1
|
|
|
|
- auto-update to 0.06 (by cpan-spec-update 0.01)
|
|
|
|
- auto-update to 0.06 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Test::Exception) (0 => 0.27)
|
|
|
|
- altered br on perl(Test::Exception) (0 => 0.27)
|
|
|
|