foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
CommitLineData
5f654d8e 1package Moose::Autobox::Scalar;
2use Moose::Role 'with';
3
4our $VERSION = '0.01';
5
8de7f09d 6with 'Moose::Autobox::Value';
5f654d8e 7
81;