From: Dave Rolsky Date: Thu, 23 Apr 2009 19:30:11 +0000 (-0500) Subject: Don't document can_be_inlined here X-Git-Tag: 0.82_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c19036291d055f285051419cb97e3321437ff98;p=gitmo%2FClass-MOP.git Don't document can_be_inlined here --- diff --git a/lib/Class/MOP/Method/Constructor.pm b/lib/Class/MOP/Method/Constructor.pm index a4dc3d3..a12bebb 100644 --- a/lib/Class/MOP/Method/Constructor.pm +++ b/lib/Class/MOP/Method/Constructor.pm @@ -266,12 +266,6 @@ inlined. This returns the L object for the method. -=item B<< $metamethod->can_be_inlined >> - -This method always returns true in this class. It exists so that -subclasses (as in Moose) can do some sort of checking to determine -whether or not inlining the constructor is safe. - =back =head1 AUTHORS