IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2009, 4:13:39 PM (17 years ago)
Author:
eugene
Message:

updates from head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/DataStore/lib/DataStore/Root.pm

    r17637 r26236  
    136136                optional    => 1,
    137137            },
     138            no_proxy        => {
     139                type        => SCALAR,
     140                optional    => 1,
     141            },
    138142        },
    139143    );
     
    145149    } else {
    146150        $ua = LWP::UserAgent->new;
     151    }
     152
     153    if (!$p{no_proxy}) {
     154        # load proxy environment variables (if any)
     155        $ua->env_proxy;
    147156    }
    148157
Note: See TracChangeset for help on using the changeset viewer.