SVN: toys/rsget.pl/RSGet/Curl.pm

sparky sparky at pld-linux.org
Mon Oct 26 21:35:29 CET 2009


Author: sparky
Date: Mon Oct 26 21:35:28 2009
New Revision: 10862

Modified:
   toys/rsget.pl/RSGet/Curl.pm
Log:
- require version >= 4.00 of WWW::Curl::Easy, earlier versions are missing some
  options


Modified: toys/rsget.pl/RSGet/Curl.pm
==============================================================================
--- toys/rsget.pl/RSGet/Curl.pm	(original)
+++ toys/rsget.pl/RSGet/Curl.pm	Mon Oct 26 21:35:28 2009
@@ -4,7 +4,7 @@
 use warnings;
 use RSGet::Tools;
 use RSGet::Line;
-use WWW::Curl::Easy;
+use WWW::Curl::Easy 4.00;
 use WWW::Curl::Multi;
 use URI::Escape;
 use File::Copy;


More information about the pld-cvs-commit mailing list