importing MooseX-Storage alpha cut (take 2)
[gitmo/MooseX-Storage.git] / t / 00.load.t
CommitLineData
e59193fb 1use Test::More tests => 1;
2
3BEGIN {
4use_ok( 'MooseX::Storage::JSON' );
5}
6
7diag( "Testing MooseX::Storage::JSON $MooseX::Storage::JSON::VERSION" );