Skip to content
Snippets Groups Projects
Unverified Commit 78d3e062 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

StopFinder: perltidy

parent ce9cc58b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ use utf8; ...@@ -7,7 +7,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch'; no if $] >= 5.018, warnings => 'experimental::smartmatch';
use Carp qw(confess); use Carp qw(confess);
use Encode qw(decode); use Encode qw(decode);
use JSON; use JSON;
use LWP::UserAgent; use LWP::UserAgent;
...@@ -18,7 +18,7 @@ sub new { ...@@ -18,7 +18,7 @@ sub new {
my ( $obj, %conf ) = @_; my ( $obj, %conf ) = @_;
my $lang = $conf{language} // 'd'; my $lang = $conf{language} // 'd';
my $ua = $conf{ua}; my $ua = $conf{ua};
if ( not $ua ) { if ( not $ua ) {
my %lwp_options = %{ $conf{lwp_options} // { timeout => 10 } }; my %lwp_options = %{ $conf{lwp_options} // { timeout => 10 } };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment