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