Merge branch 'master' into renames-and-deprecations
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Constructor.pm
index c4aadff..7f0fe51 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
 
-our $VERSION   = '0.78_01';
+our $VERSION   = '0.78_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -264,11 +264,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