From: Stevan Little Date: Sun, 25 May 2008 01:34:26 +0000 (+0000) Subject: adding the Changes, and fixing the MANIFEST X-Git-Tag: 0_55~140 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8926b8c7d85fc00b3b680d2e2d20878b320f772;p=gitmo%2FMoose.git adding the Changes, and fixing the MANIFEST --- diff --git a/Changes b/Changes index 5889fad..ccd31d7 100644 --- a/Changes +++ b/Changes @@ -19,7 +19,19 @@ Revision history for Perl extension Moose - 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 @@ -51,9 +63,15 @@ Revision history for Perl extension Moose (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 diff --git a/MANIFEST b/MANIFEST index 3c06c9f..84858c6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -26,10 +26,6 @@ lib/Moose/Cookbook/Recipe5.pod 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