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