Reorganize t/100_bugs/
[gitmo/Mouse.git] / t / 100_bugs / 001_subtype_quote_bug.t
index 406cafa..a6827ab 100644 (file)
@@ -1,9 +1,12 @@
 #!/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 tests => 1;
+use Test::More;
 
 =pod
 
@@ -28,5 +31,9 @@ be well from now on.
 
 { package Object::Test; }
 
-package Foo;
-::use_ok('Mouse');
+{
+    package Foo;
+    ::use_ok('Mouse');
+}
+
+done_testing;