X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F011_DEMOLISH_eats_exceptions.t;h=3c6aefedc3faabdf18a4b02fdf9c5604c065fadc;hb=HEAD;hp=c83a2ce8d3bf0bda7b0c396d63f522c342ddbe14;hpb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;p=gitmo%2FMouse.git diff --git a/t/100_bugs/011_DEMOLISH_eats_exceptions.t b/t/100_bugs/011_DEMOLISH_eats_exceptions.t index c83a2ce..3c6aefe 100644 --- a/t/100_bugs/011_DEMOLISH_eats_exceptions.t +++ b/t/100_bugs/011_DEMOLISH_eats_exceptions.t @@ -1,10 +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 FindBin; -use Test::More tests => 144; +use Test::More; use Test::Exception; use Mouse::Util::TypeConstraints; @@ -149,5 +152,4 @@ sub check_em { } } -1; - +done_testing;