removing deprecated info.
This commit is contained in:
parent
f3805a1eba
commit
4d93a43370
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue