Regenerate test files
[gitmo/Mouse.git] / t / 010_basics / 010_method_modifier_with_regexp.t
index 786b8c3..9760542 100644 (file)
@@ -1,11 +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 tests => 9;
+use Test::More;
 use Test::Exception;
 
+
 {
 
     package Dog;
@@ -82,3 +86,4 @@ is( $Cat::AFTER_BARK_COUNTER,  2, 'after modifier is called twice' );
 
 }
 
+done_testing;