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