From 4d93a433701fadf7e87f08eb553123b02fedf38c Mon Sep 17 00:00:00 2001 From: Christine Date: Mon, 21 Mar 2016 14:44:48 +0100 Subject: [PATCH] removing deprecated info. --- build/updateCVElist.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/updateCVElist.pl b/build/updateCVElist.pl index c122be9..535d26a 100644 --- a/build/updateCVElist.pl +++ b/build/updateCVElist.pl @@ -21,8 +21,8 @@ sub AUTOLOAD { my $mech = WWW::Mechanize->new(); $mech->agent('Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'); -#$mech->proxy( ['http'], 'http://10.236.240.71:3128' ); -#$mech->proxy( ['https'], 'http://10.236.240.71:3128' ); +#$mech->proxy( ['http'], 'http://XXX.XXX.XXX.XXX:3128' ); +#$mech->proxy( ['https'], 'http://XXX.XXX.XXX.XXX:3128' ); $mech->env_proxy;