X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmethinstaller-simple.t;h=d4edd32b0254203d7c8edc621a85a61f0f942811;hb=faaf054438bfab43b29e729879d4245ee8470729;hp=6e082e011c62fb92f5f63084642ccc294f734c6f;hpb=a664754d8ce3736abcfeb16ea5115d99cec724fd;p=p5sagit%2FDevel-Declare.git diff --git a/t/methinstaller-simple.t b/t/methinstaller-simple.t index 6e082e0..d4edd32 100644 --- a/t/methinstaller-simple.t +++ b/t/methinstaller-simple.t @@ -1,7 +1,6 @@ -#!/usr/bin/perl -w - use strict; -use Test::More 'no_plan'; +use warnings; +use Test::More 0.88; my $Have_Devel_BeginLift; BEGIN { @@ -124,3 +123,4 @@ is($o->$test_method2('this'), 'DeclareTest2, this', 'anon method with proto ok') is_deeply([ map { $_->() } @test_list ], [ 1, 2, 3, 4], 'binding ok'); +done_testing;