From eae406cb97de04be5ff518abebab24b757c440af Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 29 Mar 2008 17:21:28 +0000 Subject: * Skins: Rename flag to diagnose from debug to verbose * Remove unused Data::Dumper * Hide 'select language' if run with --utf8, avoid losing encoding by reconfigure * UTF8: Add mysql_enable_utf8 --- lib/MediaLibParser.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/MediaLibParser.pm') diff --git a/lib/MediaLibParser.pm b/lib/MediaLibParser.pm index f78ca6f..a41f6a2 100644 --- a/lib/MediaLibParser.pm +++ b/lib/MediaLibParser.pm @@ -4,7 +4,6 @@ use strict; use LWP::UserAgent; use HTML::TreeBuilder; -use Data::Dumper; our ( @ISA, @EXPORT, $VERSION ); @ISA = qw(Exporter); @@ -307,4 +306,4 @@ sub result_search { return ($ret, $resultcount); } -1; \ No newline at end of file +1; -- cgit v1.2.3