From: Karen Etheridge Date: Sat, 24 Mar 2012 21:23:48 +0000 (-0700) Subject: improve wording - the bad code is actually _inline_slot_initializer X-Git-Tag: 0.13~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0796f935cf34e17fddd6ec67e09e358716708aaf;p=gitmo%2FMooseX-UndefTolerant.git improve wording - the bad code is actually _inline_slot_initializer --- diff --git a/Changes b/Changes index bea3ba0..cfc2914 100644 --- 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) diff --git a/lib/MooseX/UndefTolerant.pm b/lib/MooseX/UndefTolerant.pm index 59d50f1..ccb6f33 100644 --- a/lib/MooseX/UndefTolerant.pm +++ b/lib/MooseX/UndefTolerant.pm @@ -142,8 +142,8 @@ See L. 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, not L. The good -news is that this is expected to be changing shortly. +L, not L. The good news is that +this is expected to be changing shortly. =head1 ACKNOWLEDGEMENTS