Pod fixes and move mention of Native Code to Next version
Dave Rolsky [Fri, 11 Sep 2009 13:09:26 +0000 (08:09 -0500)]
lib/Moose/Manual/Delta.pod

index 0dc8c6b..6c12b9c 100644 (file)
@@ -16,11 +16,19 @@ 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_02
+=head1 Next
 
 =over 4
 
-=over
+=item Added Native delegation for Code refs
+
+See L<Moose::Meta::Attribute::Native::Trait::Code> for details.
+
+=back
+
+=head1 Version 0.89_02
+
+=over 4
 
 =item New Native delegation methods from L<List::Util> and L<List::MoreUtils>
 
@@ -47,13 +55,8 @@ C<allow_mutable_ancestors> option to make_immutable to silence the warning
 (but be aware that modifying those mutable ancestors can still lead to
 incorrect behavior in your subclass).
 
-=item Added Native delegation for Code refs
-
-See L<Moose::Meta::Attribute::Native::Trait::Code> for details.
-
 =back
 
-
 =head1 Version 0.89_01
 
 L<Moose::Meta::Attribute::Native> has been moved into the Moose core from