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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
