X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000_load.t;fp=t%2F000_load.t;h=3e08819cf1597d2ed496e9f0908f50d217519323;hb=ec9c19230a64659b0550d8bb3c3686f76ce42588;hp=0000000000000000000000000000000000000000;hpb=b5384d082ce9b7c4fc23c74c4dfc4479ddbe7a67;p=gitmo%2FMooseX-Storage.git diff --git a/t/000_load.t b/t/000_load.t new file mode 100644 index 0000000..3e08819 --- /dev/null +++ b/t/000_load.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Test::More no_plan => 1; + +BEGIN { + use_ok('MooseX::Storage'); +} \ No newline at end of file