[OptionalFeature] 0.002 changed some option names
[gitmo/MooseX-Storage.git] / t / 000_load.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5
6 BEGIN {
7     use_ok('MooseX::Storage');
8 }