From: Matt S Trout Date: Sun, 12 Aug 2012 22:05:34 +0000 (-0700) Subject: use a clearer placeholder nonexistant package name X-Git-Tag: v1.000000~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f554c1ff24bd5a20ea729de4d5456c45fa0ee6ae;p=scpubgit%2FHTML-String.git use a clearer placeholder nonexistant package name --- diff --git a/t/simple.t b/t/simple.t index 40ffbad..0d19327 100644 --- a/t/simple.t +++ b/t/simple.t @@ -25,7 +25,7 @@ $three .= html(''); is("$three", 'Hi <bob>'); my $four; { - use HTML::String::Overload { ignore => { lies => 1 } }; + use HTML::String::Overload { ignore => { non_existant_package_name => 1 } }; #$four = "".$hi."\n"; $four = "$hi"."\n";