make this test function properly when JSON backends aren't installed
[gitmo/MooseX-Storage.git] / t / 000_load.t
index 3e08819..c6f6112 100644 (file)
@@ -1,10 +1,8 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More tests => 1;
 
 BEGIN {
     use_ok('MooseX::Storage');
-}
\ No newline at end of file
+}