Skip to content

Commit

Permalink
perlitdy
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Feb 7, 2023
1 parent 08c5d07 commit adcc7c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Travel/Routing/DE/EFA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use utf8;

no if $] >= 5.018, warnings => "experimental::smartmatch";

use Carp qw(cluck);
use Carp qw(cluck);
use Encode qw(encode);
use Travel::Routing::DE::EFA::Route;
use Travel::Routing::DE::EFA::Route::Message;
Expand Down Expand Up @@ -820,7 +820,7 @@ sub check_ambiguous_xml {

if ( $s_place eq 'list' ) {
Travel::Routing::DE::EFA::Exception::Ambiguous->throw(
post_key => 'place',
post_key => 'place',
post_value =>
( $e_place->findnodes($xp_place_input) )[0]->textContent,
possibilities => join( q{ | },
Expand All @@ -830,7 +830,7 @@ sub check_ambiguous_xml {
}
if ( $s_name eq 'list' ) {
Travel::Routing::DE::EFA::Exception::Ambiguous->throw(
post_key => 'name',
post_key => 'name',
post_value =>
( $e_name->findnodes($xp_name_input) )[0]->textContent,
possibilities => join( q{ | },
Expand Down

0 comments on commit adcc7c6

Please sign in to comment.