- New upstream release 1.11
- Remove MooseX::Role::WithOverloading from test dependencies
(CPAN RT#130075)
- Specify all build dependencies
- Modernize spec using %{make_build} and %{make_install}
- New upstream release 1.08
- Add x_breaks metadata for incompatibility issue with MooseX::Storage (now
resolved with MooseX-Storage-0.47)
- Silence annoying toolchain message from Makefile.PL
- New upstream release 1.07
- Restored MooseX::Role::Parameterized->current_metaclass as a public
method; apparently there is code on CPAN that relies on this
- Remove README.pod from shipped dist
- This release by ETHER → update source URL
- Drop workarounds for problems in earlier releases
- 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
- New upstream release 1.04
- This extension is now implemented as a role metarole, which means it can
(mostly) cooperate with other role extensions, such as
MooseX::Role::WithOverloading; note that you should load
MooseX::Role::Parameterized _after_ other extensions
- This module no longer supports passing a "-metaclass" parameter when you
load it; this was an artifact from a much earlier era of Moose extensions
- Repository migrated to the github moose organization
- Convert this distribution to Dist::Zilla to resolve packaging insanity
- This release by ETHER → update source URL
- Use %license
- Make %files list more explicit
- Classify buildreqs by usage