Reorganize t/020_attributes/
[gitmo/Mouse.git] / t / 040_type_constraints / 007_util_more_type_coercion.t
index ad3bf2b..1cfa831 100644 (file)
@@ -1,15 +1,13 @@
 #!/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 => 25;
 use Test::Exception;
 
 
+
 {
     package HTTPHeader;
     use Mouse;
@@ -117,4 +115,3 @@ dies_ok {
     Engine->new(header => \(my $var));
 } '... dies correctly with bad params';
 
-done_testing;