diff options
author | Roland Hieber <rohieb@rohieb.name> | 2013-04-09 17:45:09 +0200 |
---|---|---|
committer | Roland Hieber <rohieb@rohieb.name> | 2013-04-09 17:45:09 +0200 |
commit | 10803a7787a3aa2aa52eb524fdfc8f37e049bfc7 (patch) | |
tree | 6cb2e832bbf81d26db400c592ca5a6167b9fa993 /lib/Travel | |
parent | 001f1672b8ad0b39df619e6a464f26c721c35ec9 (diff) |
respect proxy environment variables
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index 28a3ffd..fc6e5bf 100644 --- a/lib/Travel/Status/DE/VRR.pm +++ b/lib/Travel/Status/DE/VRR.pm @@ -97,6 +97,8 @@ sub new { bless( $self, $class ); + $ua->env_proxy; + my $response = $ua->post( 'http://efa.vrr.de/vrr/XSLT_DM_REQUEST', $self->{post} ); |