fix doc errors in pod docs - link to MooseX::Storage::Basic, word misspelling etc
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Basic.pm
index 66cac0e..12eb936 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 
 use MooseX::Storage::Engine;
 
-our $VERSION   = '0.18';
+our $VERSION   = '0.27';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub pack {
@@ -51,6 +51,8 @@ sub _storage_construct_instance {
     $class->new( %$args, %i );
 }
 
+no Moose::Role;
+
 1;
 
 __END__