aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Taylor <njtaylor0101@gmail.com>2012-11-04 20:10:22 +0000
committerNigel Taylor <njtaylor0101@gmail.com>2012-11-04 20:10:22 +0000
commitdeb6f6b332b0fa3159640b12df30cfbad15ecc3d (patch)
treea1a25a32ffea7f112a0771f83460cae6f412c644
parent87ba24629894cb80257fc93bde9ed79c79e70a54 (diff)
downloadget-flash-videos-deb6f6b332b0fa3159640b12df30cfbad15ecc3d.tar.gz
Move Encode::Locale into combine-head only required when creating
combined-get-flash-videos libwww-perl >= 6.0 it is a dependency and would be present if libwww-perl >= 6.0 is installed.
-rw-r--r--lib/FlashVideo/Mechanize.pm1
-rw-r--r--utils/combine-head2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/FlashVideo/Mechanize.pm b/lib/FlashVideo/Mechanize.pm
index df87ae2..649a21d 100644
--- a/lib/FlashVideo/Mechanize.pm
+++ b/lib/FlashVideo/Mechanize.pm
@@ -2,7 +2,6 @@
package FlashVideo::Mechanize;
use WWW::Mechanize;
use LWP::Protocol::https;
-use Encode::Locale;
use FlashVideo::Downloader;
use Encode ();
diff --git a/utils/combine-head b/utils/combine-head
index 88da0d7..4c70027 100644
--- a/utils/combine-head
+++ b/utils/combine-head
@@ -13,6 +13,8 @@ use HTTP::Cookies ();
use HTTP::Config ();
use HTTP::Request::Common ();
use LWP::Protocol::http ();
+use LWP::Protocol::https ();
+use Encode::Locale ();
use XML::Simple ();
use WWW::Mechanize::Link ();