summaryrefslogtreecommitdiff
path: root/bin/efa
diff options
context:
space:
mode:
Diffstat (limited to 'bin/efa')
-rwxr-xr-xbin/efa5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/efa b/bin/efa
index 6920403..a74c34d 100755
--- a/bin/efa
+++ b/bin/efa
@@ -4,10 +4,8 @@
## 0. You just DO WHAT THE FUCK YOU WANT TO.
use strict;
use warnings;
-use encoding 'utf8';
use 5.010;
-use Encode;
use Getopt::Long qw/:config no_ignore_case/;
use HTML::TreeBuilder::XPath;
use WWW::Mechanize;
@@ -308,9 +306,8 @@ else {
fields => \%post,
);
- $content = $www->content;
+ $content = $www->response()->decoded_content();
$content =~ s/\xa0/ /gs;
- $content = decode('iso-8859-1', $content);
}
if ($test_dump) {