From: Dave Rolsky <autarch@urth.org>
Date: Fri, 11 Sep 2009 13:09:26 +0000 (-0500)
Subject: Pod fixes and move mention of Native Code to Next version
X-Git-Tag: 0.90~56
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93ef4ba1b952c6d393bb7e243dfba6335105469d;p=gitmo%2FMoose.git

Pod fixes and move mention of Native Code to Next version
---

diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod
index 0dc8c6b..6c12b9c 100644
--- a/lib/Moose/Manual/Delta.pod
+++ b/lib/Moose/Manual/Delta.pod
@@ -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