complete re-organization of the test suite
[gitmo/Moose.git] / t / 500_test_moose / 001_test_moose.t
diff --git a/t/500_test_moose/001_test_moose.t b/t/500_test_moose/001_test_moose.t
new file mode 100644 (file)
index 0000000..7510786
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+BEGIN {
+    use_ok('Test::Moose');
+}
\ No newline at end of file