Loading Changelog +4 −0 Original line number Diff line number Diff line git HEAD * IRIS->new: Fix default lwp_options value (was documented, but not used) Travel::Status::DE::IRIS 1.00 - Fri May 01 2015 * IRIS->new: Use lwp_options to explicitly pass arguments to the Loading lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading Loading
Changelog +4 −0 Original line number Diff line number Diff line git HEAD * IRIS->new: Fix default lwp_options value (was documented, but not used) Travel::Status::DE::IRIS 1.00 - Fri May 01 2015 * IRIS->new: Use lwp_options to explicitly pass arguments to the Loading
lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading