From: Dave Rolsky Date: Fri, 17 Jul 2009 13:53:57 +0000 (-0500) Subject: This class has no more public methods X-Git-Tag: 0.88~8^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c13494c534005dceaade53eae7cce6157016c0b2;p=gitmo%2FMoose.git This class has no more public methods --- diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 898e0a4..6c106fa 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -375,29 +375,6 @@ L documentation as well. C is a subclass of L I L. -=head1 METHODS - -=over 4 - -=item B<< $metamethod->can_be_inlined >> - -This returns true if the method can inlined. - -First, it looks at all of the parents of the associated class. If any -of them have an inlined constructor, then the constructor can be -inlined. - -If none of them have been inlined, it checks to make sure that the -pre-inlining constructor for the class matches the constructor from -the expected class. - -By default, it expects this constructor come from L, -but subclasses can change this expectation. - -If the constructor cannot be inlined it warns that this is the case. - -=back - =head1 AUTHORS Stevan Little Estevan@iinteractive.comE