Skip to content

Commit

Permalink
use && instead of and
Browse files Browse the repository at this point in the history
  • Loading branch information
cKlee committed May 12, 2017
1 parent 6dfc3f1 commit 8da79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Catmandu/MARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ sub marc_map {
}
}

if ($split and defined $vals) {
if ($split && defined $vals) {
$vals = [ $vals ];
}
elsif ($append) {
Expand Down

0 comments on commit 8da79d6

Please sign in to comment.