From: Matt S Trout Date: Thu, 3 May 2012 19:51:54 +0000 (+0000) Subject: eliminate done_testing X-Git-Tag: v1.000000~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=1615d435a41a6924d7a853bcbadd470fc5039fc3 eliminate done_testing --- 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;