X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000_load.t;h=c6f61120fefd9e3ff166005ccff58566fba6d5cd;hb=c2d52f94beb56939250944a12df15d7d90779866;hp=3e08819cf1597d2ed496e9f0908f50d217519323;hpb=ec9c19230a64659b0550d8bb3c3686f76ce42588;p=gitmo%2FMooseX-Storage.git diff --git a/t/000_load.t b/t/000_load.t index 3e08819..c6f6112 100644 --- a/t/000_load.t +++ b/t/000_load.t @@ -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 +}