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; _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
