summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Travel/Routing/DE/VRR.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index e2dcce0..a9a5ee1 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -411,6 +411,7 @@ sub submit {
my ( $self, %conf ) = @_;
$self->{ua} = LWP::UserAgent->new(%conf);
+ $self->{ua}->env_proxy;
my $response = $self->{ua}
->post( 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2', $self->{post} );