Update to 1.05

- New upstream release 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
epel9
Paul Howarth 11 years ago
parent f064d52194
commit f108e72b1b

@ -1,11 +1,11 @@
Name: perl-MooseX-Role-Parameterized
Summary: Make your roles flexible through parameterization
Version: 1.04
Version: 1.05
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
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
# Module Build
BuildRequires: perl
@ -66,6 +66,9 @@ Parameterized roles offer exactly this solution.
%setup -q -n MooseX-Role-Parameterized-%{version}
%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
make %{?_smp_mflags}
@ -91,6 +94,15 @@ make test
%{_mandir}/man3/MooseX::Role::README.3pm*
%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
- Update to 1.04
- This extension is now implemented as a role metarole, which means it can

@ -1 +1 @@
a9d8af5186aeb60d7d408cc5731f9ca6 MooseX-Role-Parameterized-1.04.tar.gz
959578af29403479db81b85ed8540a7e MooseX-Role-Parameterized-1.05.tar.gz

Loading…
Cancel
Save