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=16504b1548c2c3b2570a46b1864287f50d49faf2;hp=7b70107d9dc7dd543b3e44b1ff8427b4c2727f6b;hpb=1ca8d984eebed4163f3fa3b892bee910f93a6d7b;p=gitmo%2FMouse.git diff --git a/t/300_immutable/005_multiple_demolish_inline.t b/t/300_immutable/005_multiple_demolish_inline.t old mode 100755 new mode 100644 index 7b70107..a6d2f29 --- 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;