X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=t%2Fimport_into.t;h=bc323fb795a1d16d90b6e69d1823a7e0a8bd7976;hp=504dcbe921e69d65868021c2444371d41566d8b3;hb=1615d435a41a6924d7a853bcbadd470fc5039fc3;hpb=2afb5246467e98519cbc8df4025dd6e4a929a85d diff --git a/t/import_into.t b/t/import_into.t index 504dcbe..bc323fb 100644 --- a/t/import_into.t +++ b/t/import_into.t @@ -1,6 +1,6 @@ use strict; use warnings FATAL => 'all'; -use Test::More; +use Test::More qw(no_plan); BEGIN { @@ -48,5 +48,3 @@ is(do { is(scalar @w, 1, 'Only one entry in @w'); like($w[0], qr/uninitialized/, 'Correct warning'); - -done_testing;