summaryrefslogtreecommitdiff
path: root/lib/Travel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel')
-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} );