remove useless shebangs in tests
[gitmo/MooseX-Storage.git] / t / 000_load.t
CommitLineData
ec9c1923 1use strict;
2use warnings;
3
8d8356bb 4use Test::More tests => 1;
ec9c1923 5
6BEGIN {
7 use_ok('MooseX::Storage');
81a84db6 8}