[libcatmandu-marc-perl] 133/208: use && instead of and

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:42:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag upstream/1.19
in repository libcatmandu-marc-perl.

commit 8da79d6c8f38065e22c77efbb91621e75c69ca67
Author: Carsten Klee <cKlee at users.noreply.github.com>
Date:   Fri May 12 13:03:04 2017 +0200

    use && instead of and
---
 lib/Catmandu/MARC.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Catmandu/MARC.pm b/lib/Catmandu/MARC.pm
index 032e046..53300c0 100644
--- a/lib/Catmandu/MARC.pm
+++ b/lib/Catmandu/MARC.pm
@@ -143,7 +143,7 @@ sub marc_map {
         }
     }
 
-    if ($split and defined $vals) {
+    if ($split && defined $vals) {
         $vals = [ $vals ];
     }
     elsif ($append) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git



More information about the Pkg-perl-cvs-commits mailing list