moving MooseX::Storage
[gitmo/MooseX-Storage.git] / t / 000_load.t
diff --git a/t/000_load.t b/t/000_load.t
new file mode 100644 (file)
index 0000000..3e08819
--- /dev/null
@@ -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