a5879b04ac747637c2a9af8fecaa460037874702
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
1 package Moose::Autobox::Scalar;
2 use Moose::Role 'with';
3
4 our $VERSION = '0.01';
5
6 with 'Moose::Autobox::Value', 
7      'Moose::Autobox::Ref';
8      
9 1;