X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F022_custom_type_errors.t;fp=t%2F040_type_constraints%2F022_custom_type_errors.t;h=8638620b47f9d070d3bd51912632c53d583f6216;hb=5a592ad728880fb6a21e9610cbfeb1670f2053ab;hp=38757e7d1ec5190fb75209747eb67bd8ed4b948f;hpb=1f5ce14ae261aa33d3920121f86a1b6a5a5b1b43;p=gitmo%2FMouse.git diff --git a/t/040_type_constraints/022_custom_type_errors.t b/t/040_type_constraints/022_custom_type_errors.t index 38757e7..8638620 100644 --- a/t/040_type_constraints/022_custom_type_errors.t +++ b/t/040_type_constraints/022_custom_type_errors.t @@ -1,9 +1,12 @@ #!/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; { @@ -57,3 +60,4 @@ throws_ok { $gimp->leg_count } qr/This number \(0\) is not less than ten!/, 'gave custom supertype error message on lazy set to 0'; +done_testing;