use a clearer placeholder nonexistant package name
Matt S Trout [Sun, 12 Aug 2012 22:05:34 +0000 (15:05 -0700)]
t/simple.t

index 40ffbad..0d19327 100644 (file)
@@ -25,7 +25,7 @@ $three .= html('</tag>');
 is("$three", '<tag>Hi &lt;bob&gt;</tag>');
 
 my $four; {
-  use HTML::String::Overload { ignore => { lies => 1 } };
+  use HTML::String::Overload { ignore => { non_existant_package_name => 1 } };
 
   #$four = "<tag>".$hi."</tag>\n";
   $four = "<tag>$hi</tag>"."\n";