From: Dave Rolsky Date: Sat, 21 Mar 2009 14:59:31 +0000 (-0500) Subject: Documented the is_inline method twice, oops. X-Git-Tag: 0.78_02~12^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c1a2f313f03804421e2a41a665f7a6de264a99f;p=gitmo%2FClass-MOP.git Documented the is_inline method twice, oops. --- diff --git a/lib/Class/MOP/Method/Constructor.pm b/lib/Class/MOP/Method/Constructor.pm index 9e34228..9fc63dc 100644 --- a/lib/Class/MOP/Method/Constructor.pm +++ b/lib/Class/MOP/Method/Constructor.pm @@ -237,11 +237,6 @@ inlined. This returns the L object for the method. -=item B<< $metamethod->is_inline >> - -Returns a boolean indicating whether or not the constructor is -inlined. - =item B<< $metamethod->can_be_inlined >> This method always returns true in this class. It exists so that