From: Dave Rolsky Date: Fri, 16 Sep 2011 15:52:46 +0000 (-0500) Subject: Doc is_stub method X-Git-Tag: 2.0300~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebfc89bf773f53929f1160bd4288e31a4ace41ea;p=gitmo%2FMoose.git Doc is_stub method --- diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 13b0741..cfc5241 100644 --- a/lib/Class/MOP/Method.pm +++ b/lib/Class/MOP/Method.pm @@ -240,6 +240,12 @@ If this method is a clone of a clone (of a clone, etc.), this method returns the fully qualified name from the I method in the chain of clones. +=item B<< $metamethod->is_stub >> + +Returns true if the method is just a stub: + + sub foo; + =item B<< $metamethod->attach_to_class($metaclass) >> Given a L object, this method sets the associated