From: Florian Ragwitz Date: Thu, 16 Oct 2008 20:35:33 +0000 (+0000) Subject: Make the tests pass with warnings enabled. X-Git-Tag: 0.001001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9fb219882ce159f1d730f089476a2eeb97e57a3c;p=p5sagit%2FDevel-BeginLift.git Make the tests pass with warnings enabled. --- diff --git a/t/constcalc.t b/t/constcalc.t index 755d238..ad560b6 100644 --- a/t/constcalc.t +++ b/t/constcalc.t @@ -18,7 +18,7 @@ warn bar("bar")."\n"; no Devel::BeginLift; -foo(); +foo(''); END { use Test::More 'no_plan';