Reorganize t/400_mouse_util
[gitmo/Mouse.git] / t / 400_mouse_util / 001_moose_util.t
diff --git a/t/400_mouse_util/001_moose_util.t b/t/400_mouse_util/001_moose_util.t
new file mode 100644 (file)
index 0000000..4083ca9
--- /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('Mouse::Util');
+}
+
+done_testing;