forked from pool/perl-MooseX-ClassAttribute
- The default() method for class attributes always returned a value, even if the default was a subroutine ref, which isn't how the method works for regular attributes. This broke inlining with Moose HEAD. - Class attributes now have a definition context set, which means that errors thrown from generated methods associated with these attributes say something like "X at accessor MyClass::ClassAttribute (defined at path/to/file line 42)" rather than "generated method (unknown origin)". OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-ClassAttribute?expand=0&rev=4
20 lines
816 B
Plaintext
20 lines
816 B
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 25 18:21:21 UTC 2011 - coolo@suse.com
|
|
|
|
- update to 0.26
|
|
- The default() method for class attributes always returned a value, even if
|
|
the default was a subroutine ref, which isn't how the method works for
|
|
regular attributes. This broke inlining with Moose HEAD.
|
|
|
|
- Class attributes now have a definition context set, which means that errors
|
|
thrown from generated methods associated with these attributes say something
|
|
like "X at accessor MyClass::ClassAttribute (defined at path/to/file line
|
|
42)" rather than "generated method (unknown origin)".
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 1 12:00:46 UTC 2011 - coolo@novell.com
|
|
|
|
- initial package 0.24
|
|
* created by cpanspec 1.78.03
|
|
|