tests with perl 5.14 produce deprecation warnings (Todd Rinaldo)
[gitmo/Mouse.git] / t / 010_basics / 007_always_strict_warnings.t
index afce556..0c65f9e 100644 (file)
@@ -1,9 +1,6 @@
 #!/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 Test::More;
+use Test::More tests => 15;
 
 # for classes ...
 {
@@ -70,5 +67,3 @@ use Test::More;
         ::like($warn, qr/Argument \"hello\" isn\'t numeric in addition \(\+\)/, '.. and it is the right warning');
     }
 }
-
-done_testing;