X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F010_basics%2F010_method_modifier_with_regexp.t;fp=t%2F010_basics%2F010_method_modifier_with_regexp.t;h=9760542f57ec05e2fb41c6efc529f9979d970c9b;hp=786b8c37db9d7245c544ba619343f25b9d33d00a;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27 diff --git a/t/010_basics/010_method_modifier_with_regexp.t b/t/010_basics/010_method_modifier_with_regexp.t index 786b8c3..9760542 100644 --- a/t/010_basics/010_method_modifier_with_regexp.t +++ b/t/010_basics/010_method_modifier_with_regexp.t @@ -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;