summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/VRR.pm
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2013-04-09 17:45:09 +0200
committerRoland Hieber <rohieb@rohieb.name>2013-04-09 17:45:09 +0200
commit10803a7787a3aa2aa52eb524fdfc8f37e049bfc7 (patch)
tree6cb2e832bbf81d26db400c592ca5a6167b9fa993 /lib/Travel/Status/DE/VRR.pm
parent001f1672b8ad0b39df619e6a464f26c721c35ec9 (diff)
respect proxy environment variables
Diffstat (limited to 'lib/Travel/Status/DE/VRR.pm')
-rw-r--r--lib/Travel/Status/DE/VRR.pm2
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} );