diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -104,10 +104,6 @@ if ($efa->{'error'}) { die $efa->{'error'}->as_string(); } -if ($efa->isa('WWW::Efa::Error')) { - die($efa->as_string); -} - if ($opt->{'test-parse'}) { local $/ = undef; $efa->{'html_reply'} = <STDIN>; |