Bump version to 0.24
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Basic.pm
index f7771ea..a83a03a 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 
 use MooseX::Storage::Engine;
 
-our $VERSION   = '0.20';
+our $VERSION   = '0.24';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub pack {
@@ -51,6 +51,8 @@ sub _storage_construct_instance {
     $class->new( %$args, %i );
 }
 
+no Moose::Role;
+
 1;
 
 __END__