From: Shawn M Moore Date: Thu, 2 Apr 2009 18:02:33 +0000 (-0400) Subject: Remove the ->meta thing from Delta. once it's complete we can doc it X-Git-Tag: 0.73_01~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c305a605cddbd97089f240ad9908a92bb1fa9828;p=gitmo%2FMoose.git Remove the ->meta thing from Delta. once it's complete we can doc it --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 86bce53..4746dba 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -18,12 +18,6 @@ send us a patch. =head1 Version 0.74 -Internal code now calls C<< ->meta >> in fewer places. We'd like to -eventually stop calling C<< ->meta >> entirely so that users may rename -or exclude that method altogether. This work is not yet complete, but -the bulk of it, all the easy stuff, has been done. This release uses -C instead of C<< ->meta >>. - Added a C sugar function to L to make integration with non-Moose classes easier. It simply checks if C<< $obj->can() >> a list of methods.