From: Dave Rolsky Date: Wed, 2 Sep 2009 15:55:35 +0000 (-0500) Subject: Separate changes in 0.89 from those in 0.89_01 X-Git-Tag: 0.89_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ada9618a5b313abb1f380a17185b65911306db1;p=gitmo%2FMoose.git Separate changes in 0.89 from those in 0.89_01 --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index abcbd8b..fd01b66 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -16,7 +16,7 @@ feature. If you encounter a problem and have a solution but don't see it documented here, or think we missed an important feature, please send us a patch. -=head1 Version 0.89 +=head1 Version 0.89_01 L has been moved into the Moose core from L. Major changes include: @@ -66,6 +66,8 @@ does). See L for the new documentation. +=head1 Version 0.89 + C<< use Moose -metaclass => 'Foo' >> now does alias resolution, just like C<-traits> (and the C and C options to C).