get rid of warning caused by un-unimported make_immutable keyword, now deprecated...
matthewt [Wed, 7 May 2008 18:12:58 +0000 (18:12 +0000)]
lib/Reaction/Meta/Class.pm

index b2c3b9e..5241935 100644 (file)
@@ -14,6 +14,7 @@ around initialize => sub {
     $super->($class, $pkg, 'attribute_metaclass' => 'Reaction::Meta::Attribute', @_ );
 };
 
+no Moose;
 
 __PACKAGE__->meta->make_immutable;