Import tests for Test::Mouse
[gitmo/Mouse.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..2d70ec8
--- /dev/null
@@ -0,0 +1,15 @@
+#!/usr/bin/perl
+# This is automatically generated by author/import-moose-test.pl.
+# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
+use t::lib::MooseCompat;
+
+use strict;
+use warnings;
+
+use Test::More;
+
+BEGIN {
+    use_ok('Test::Mouse');
+}
+
+done_testing;