Add no Moose::Role everywhere
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine.pm
index a96bce9..d98fb6e 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::Storage::Engine;
 use Moose;
 use Scalar::Util qw(refaddr);
 
-our $VERSION   = '0.18';
+our $VERSION   = '0.20';
 our $AUTHORITY = 'cpan:STEVAN';
 
 # the class marker when
@@ -352,6 +352,8 @@ sub find_type_handler_for {
     $TYPES{$type_handler_name}
 }
 
+no Moose::Role;
+
 1;
 
 __END__