foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
index a5879b0..b0307ab 100644 (file)
@@ -3,7 +3,6 @@ use Moose::Role 'with';
 
 our $VERSION = '0.01';
 
-with 'Moose::Autobox::Value', 
-     'Moose::Autobox::Ref';
+with 'Moose::Autobox::Value';
      
 1;
\ No newline at end of file