improve wording - the bad code is actually _inline_slot_initializer
Karen Etheridge [Sat, 24 Mar 2012 21:23:48 +0000 (14:23 -0700)]
Changes
lib/MooseX/UndefTolerant.pm

diff --git a/Changes b/Changes
index bea3ba0..cfc2914 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for MooseX-UndefTolerant
 0.13
     * unit test improvements - tighter TODO scopes, better diagnostics on
       failure, Test::Moose for cleaner logic
+    * fix documentation referencing Moose changes that are still TBD
 
 0.12    2011-04-03
     * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
index 59d50f1..ccb6f33 100644 (file)
@@ -142,8 +142,8 @@ See L<MooseX::UndefTolerant::Attribute>.
 This extension does not currently work in immutable classes when applying the
 trait to some (but not all) attributes in the class. This is because the
 inlined constructor initialization code currently lives in
-L<Moose::Meta::Method::Constructor>, not L<Moose::Meta::Attribute>. The good
-news is that this is expected to be changing shortly.
+L<Moose::Meta::Class>, not L<Moose::Meta::Attribute>. The good news is that
+this is expected to be changing shortly.
 
 =head1 ACKNOWLEDGEMENTS