Bump versions
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Deferred.pm
index 65f107e..4e4066b 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::Storage::Deferred;
 use Moose::Role;
 
-our $VERSION   = '0.18';
+our $VERSION   = '0.22';
 our $AUTHORITY = 'cpan:STEVAN';
 
 with 'MooseX::Storage::Basic';
@@ -62,6 +62,8 @@ sub store {
     $self->$method_to_call($filename, $type, @args);
 }
 
+no Moose::Role;
+
 1;
 
 __END__