From: Jesse Luehrs Date: Thu, 10 Sep 2009 22:36:11 +0000 (-0500) Subject: this actually happened in 0.89_01 X-Git-Tag: 0.89_02~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85e2b15ab78e2967e68ed06720fa8db0aa27e421;p=gitmo%2FMoose.git this actually happened in 0.89_01 --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 79b8397..fb92b79 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -98,6 +98,10 @@ See L for the new documentation. =back +The C and C role parameters have been renamed to C<-alias> +and C<-excludes>. The old names still work, but new code should use the new +names, and eventually the old ones will be deprecated and removed. + =head1 Version 0.89 C<< use Moose -metaclass => 'Foo' >> now does alias resolution, just like @@ -112,10 +116,6 @@ a wrapper around the old way of doing this. -The C and C role parameters have been renamed to C<-alias> -and C<-excludes>. The old names still work, but new code should use the new -names, and eventually the old ones will be deprecated and removed. - =head1 Version 0.84 When an attribute generates I accessors, we now warn. This is to help