Separate changes in 0.89 from those in 0.89_01 0.89_01
Dave Rolsky [Wed, 2 Sep 2009 15:55:35 +0000 (10:55 -0500)]
lib/Moose/Manual/Delta.pod

index abcbd8b..fd01b66 100644 (file)
@@ -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<Moose::Meta::Attribute::Native> has been moved into the Moose core from
 L<MooseX::AttributeHelpers>.  Major changes include:
@@ -66,6 +66,8 @@ does).
 
 See L<Moose::Meta::Attribute::Native> for the new documentation.
 
+=head1 Version 0.89
+
 C<< use Moose -metaclass => 'Foo' >> now does alias resolution, just like
 C<-traits> (and the C<metaclass> and C<traits> options to C<has>).