diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-29 17:21:28 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-29 17:21:28 +0000 |
| commit | eae406cb97de04be5ff518abebab24b757c440af (patch) | |
| tree | 19f34e08123c4daa866d2032839ec36f39119f76 /lib/MediaLibParser | |
| parent | 06664a1772e234b360b539b850189943eadafdcd (diff) | |
| download | xxv-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')
| -rw-r--r-- | lib/MediaLibParser/DVDPalace.pm | 3 | ||||
| -rw-r--r-- | lib/MediaLibParser/IMDb.pm | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/MediaLibParser/DVDPalace.pm b/lib/MediaLibParser/DVDPalace.pm index 80ecb65..29bf5e5 100644 --- a/lib/MediaLibParser/DVDPalace.pm +++ b/lib/MediaLibParser/DVDPalace.pm @@ -6,7 +6,6 @@ use FindBin qw($RealBin); use lib sprintf("%s", $RealBin);
use lib sprintf("%s/../lib", $RealBin);
-use Data::Dumper;
use MediaLibParser;
our ( @ISA, @EXPORT, $VERSION );
@@ -327,4 +326,4 @@ sub result_search_map { };
return $map;
}
-1;
\ No newline at end of file +1; diff --git a/lib/MediaLibParser/IMDb.pm b/lib/MediaLibParser/IMDb.pm index fd1e43f..60c02d0 100644 --- a/lib/MediaLibParser/IMDb.pm +++ b/lib/MediaLibParser/IMDb.pm @@ -6,7 +6,6 @@ use FindBin qw($RealBin); use lib sprintf("%s", $RealBin);
use lib sprintf("%s/../lib", $RealBin);
-use Data::Dumper;
use MediaLibParser;
our ( @ISA, @EXPORT, $VERSION );
@@ -71,4 +70,4 @@ sub actor_search_map { }
};
}
-1;
\ No newline at end of file +1; |
