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 1aa7a9e70e18c31172aa3a5295df88bd9f3fc876
Author: Patrick Hochstenbach <patrick.hochstenb...@ugent.be>
Date:   Wed Sep 27 18:30:18 2017 +0200

    Fixing the commit return value
---
 lib/Catmandu/Exporter/MARC/MARCMaker.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Catmandu/Exporter/MARC/MARCMaker.pm 
b/lib/Catmandu/Exporter/MARC/MARCMaker.pm
index 8c9f1b9..728e371 100644
--- a/lib/Catmandu/Exporter/MARC/MARCMaker.pm
+++ b/lib/Catmandu/Exporter/MARC/MARCMaker.pm
@@ -82,6 +82,8 @@ sub add {
 sub commit {
        my ($self) = @_;
        $self->fh->flush;
+
+    1;
 }
 
 1;

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to