X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F005_multiple_demolish_inline.t;h=a6d2f2959b765a140c0aa479752a4746688a82a7;hb=a1a2469a369e71a583eb55e09c5b989d77031e39;hp=7b70107d9dc7dd543b3e44b1ff8427b4c2727f6b;hpb=b36cef5c9ef6b86439ed67cd94be97bec04037bf;p=gitmo%2FMouse.git diff --git a/t/300_immutable/005_multiple_demolish_inline.t b/t/300_immutable/005_multiple_demolish_inline.t index 7b70107..a6d2f29 100644 --- a/t/300_immutable/005_multiple_demolish_inline.t +++ b/t/300_immutable/005_multiple_demolish_inline.t @@ -1,13 +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 => 5; +use Test::More; use Test::Exception; - { package Foo; use Mouse; @@ -44,3 +46,5 @@ lives_ok { is( Foo->meta->get_method('DESTROY')->package_name, 'Foo', 'Foo has a DESTROY method in the Bar class (not inherited)' ); + +done_testing;