@ -1,11 +1,11 @@
Name: perl-MooseX-Role-Parameterized
Name: perl-MooseX-Role-Parameterized
Summary: Make your roles flexible through parameterization
Summary: Make your roles flexible through parameterization
Version: 1.04
Version: 1.05
Release: 1%{?dist}
Release: 1%{?dist}
License: GPL+ or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
Group: Development/Libraries
URL: http://search.cpan.org/dist/MooseX-Role-Parameterized
URL: http://search.cpan.org/dist/MooseX-Role-Parameterized
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER /MooseX-Role-Parameterized-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY /MooseX-Role-Parameterized-%{version}.tar.gz
BuildArch: noarch
BuildArch: noarch
# Module Build
# Module Build
BuildRequires: perl
BuildRequires: perl
@ -66,6 +66,9 @@ Parameterized roles offer exactly this solution.
%setup -q -n MooseX-Role-Parameterized-%{version}
%setup -q -n MooseX-Role-Parameterized-%{version}
%build
%build
# We really don't need Module::Build::Tiny so shut the warnings up
export PERL_MM_FALLBACK_SILENCE_WARNING=1
perl Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
make %{?_smp_mflags}
@ -91,6 +94,15 @@ make test
%{_mandir}/man3/MooseX::Role::README.3pm*
%{_mandir}/man3/MooseX::Role::README.3pm*
%changelog
%changelog
* Fri Aug 1 2014 Paul Howarth <paul@city-fan.org> - 1.05-1
- Update to 1.05
- If a parameterizable role was reinitialized after any parameters or a role
block was declared, those declarations were lost; reinitialization usually
occurs when new metaroles are applied to the role by other MooseX modules
- This release by DROLSKY → update source URL
- Silence warnings about old toolchain since we really don't need
Module::Build::Tiny
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 1.04-1
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 1.04-1
- Update to 1.04
- Update to 1.04
- This extension is now implemented as a role metarole, which means it can
- This extension is now implemented as a role metarole, which means it can