summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/IRIS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel/Status/DE/IRIS.pm')
-rw-r--r--lib/Travel/Status/DE/IRIS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 1b153e0..671cef2 100644
--- a/lib/Travel/Status/DE/IRIS.pm
+++ b/lib/Travel/Status/DE/IRIS.pm
@@ -21,7 +21,7 @@ sub new {
my %lwp_options = %{ $opt{lwp_options} // { timeout => 10 } };
- my $ua = LWP::UserAgent->new( %{ $opt{lwp_options} } );
+ my $ua = LWP::UserAgent->new(%lwp_options);
if ( not $opt{station} ) {
confess('station flag must be passed');