Merge branch 'master' into refactor-immutable
[gitmo/Class-MOP.git] / lib / Class / MOP / Immutable.pm
index 5f4b00a..f4edaf5 100644 (file)
@@ -9,7 +9,7 @@ use Class::MOP::Method::Constructor;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.78';
+our $VERSION   = '0.78_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -141,8 +141,6 @@ sub _inline_destructor {
         name         => 'DESTROY'
     );
 
-    return unless $destructor->is_needed;
-
     $self->metaclass->add_method( 'DESTROY' => $destructor );
 }