- NOTE: this only works for classes, it
is currently not supported in roles,
but, ... patches welcome
-
+ - All usage of Carp::confess have been replaced
+ by Carp::croak in the "keyword" functions since
+ the stack trace is usually not helpful
+
+ * Moose::Role
+ - All usage of Carp::confess have been replaced
+ by Carp::croak in the "keyword" functions since
+ the stack trace is usually not helpful
+ - The 'has' keyword for roles now accepts the
+ same array ref form that Moose.pm does
+ (has [qw/foo bar/] => (is => 'rw', ...))
+ - added test for this
+
* Moose::Meta::Attribute
- trigger on a ro-attribute is no longer an
error, as it's useful to trigger off of the
(if possible) to create the anon-class
(thanks Jonathan Rockway)
+ * Moose::Cookbook::Recipe22
+ - added the meta-attribute trait recipe
+ (thanks to Sartak)
+
* t/
- fixed hash-ordering test bug that was
- causing occasional cpantester failures
+ causing occasional cpantester failures
+ - renamed the t/000_recipe/*.t tests to be
+ more descriptive (thanks to Sartak)
0.44 Sat. May 10, 2008
* Moose
lib/Moose/Cookbook/Recipe6.pod
lib/Moose/Cookbook/Recipe7.pod
lib/Moose/Cookbook/Recipe9.pod
-lib/Moose/Cookbook/Snack/ArrayRef.pod
-lib/Moose/Cookbook/Snack/BUILD.pod
-lib/Moose/Cookbook/Snack/HashRef.pod
-lib/Moose/Cookbook/Snack/Perl5ObjsVsMooseObjs.pod
lib/Moose/Cookbook/Snack/Types.pod
lib/Moose/Cookbook/WTF.pod
lib/Moose/Meta/Attribute.pm