From 10803a7787a3aa2aa52eb524fdfc8f37e049bfc7 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 9 Apr 2013 17:45:09 +0200 Subject: respect proxy environment variables --- lib/Travel/Status/DE/VRR.pm | 2 ++ 1 file changed, 2 insertions(+) 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} ); -- cgit v1.2.3