summaryrefslogtreecommitdiff
path: root/lib/MediaLibParser.pm
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-03-29 17:21:28 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-03-29 17:21:28 +0000
commiteae406cb97de04be5ff518abebab24b757c440af (patch)
tree19f34e08123c4daa866d2032839ec36f39119f76 /lib/MediaLibParser.pm
parent06664a1772e234b360b539b850189943eadafdcd (diff)
downloadxxv-eae406cb97de04be5ff518abebab24b757c440af.tar.gz
xxv-eae406cb97de04be5ff518abebab24b757c440af.tar.bz2
* 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
Diffstat (limited to 'lib/MediaLibParser.pm')
-rw-r--r--lib/MediaLibParser.pm3
1 files changed, 1 insertions, 2 deletions
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;