File perl-Moo.changes of Package perl-Moo
-------------------------------------------------------------------
Wed Jan 11 12:20:22 UTC 2012 - coolo@suse.com
- updated to 0.009013
- fix up Class::XSAccessor version check to be more robust
- improved documentation
- fix failures on perls < 5.8.3
- fix test failures on cygwin
- make Method::Generate::Constructor handle $obj->new
- fix bug where constants containing a reference weren't handled correctly
(ref(\[]) is 'REF' not 'SCALAR', ref(\v1) is 'VSTRING')
-------------------------------------------------------------------
Wed Jan 11 12:15:56 UTC 2012 - coolo@suse.com
- update to 0.009011:
- add support for DEMOLISH
- add support for BUILDARGS
- missing new files for Role::Tiny::With
- remove the big scary warning because we seem to be mostly working now
- perl based getter dies if @_ > 1 (XSAccessor already did)
- add Role::Tiny::With for use in classes
- automatically generate constructors in subclasses when required so that
subclasses with a BUILD method but no attributes get it honoured
- add coerce handling
-------------------------------------------------------------------
Sat Jun 04 23:18:43 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.009008:
* transfer fix to _load_module to Role::Tiny and make a note it's an inline
* bring back 5.8.1 compat
-------------------------------------------------------------------
Thu Mar 03 20:53:02 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.009007)