MooseX-ConstructInstance
========================
Created: 2012-11-09
Home page: <https://metacpan.org/release/MooseX-ConstructInstance>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=MooseX-ConstructInstance>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.006 2014-06-03
[ Test Suite ]
- Check $self->DOES('MooseX::ConstructInstance') works.
[ Packaging ]
- use Dist::Inkt.
[ Other ]
- Allow $class to be a coderef, and DWIM.
0.005 2013-06-30
[ Bug Fixes ]
- MooseX-ConstructInstance-0.004 bundled a tarball of
MooseX-ConstructInstance-0.004.
0.004 2013-06-25
- Updated: New Moo builds 'new' methods for Moo-based subclasses of
non-Moo parents, even if the subclass defines no attributes. Fix
t/04homebrew.t to cope with this.
0.003 2013-01-07
[ Documentation ]
- Add FAQ to pod; initially covering $CONSTRUCTOR package variable.
- Add examples/basic.pl as an example script.
0.002 2012-12-11
[ Documentation ]
- Document test suite.
[ Packaging ]
- use UNIVERSAL::DOES if Perl < 5.010.
0.001 2012-11-09 Initial release