Documented the is_inline method twice, oops.
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Constructor.pm
index 9e34228..9fc63dc 100644 (file)
@@ -237,11 +237,6 @@ inlined.
 
 This returns the L<Class::MOP::Class> 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