From: Dave Rolsky Date: Fri, 27 Mar 2009 22:13:52 +0000 (-0500) Subject: s/keyword/sugar function/ and code-ify code X-Git-Tag: 0.73_01~40^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85cf064700be656e801f47b217371dcdf3d73685;p=gitmo%2FMoose.git s/keyword/sugar function/ and code-ify code --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index dfa8486..4746dba 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -18,9 +18,9 @@ send us a patch. =head1 Version 0.74 -Added a C keyword to L to make -integration with non-Moose classes easier. It simply checks if $obj->can() -a list of methods. +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. =head1 Version 0.73