[libcatmandu-marc-perl] 205/208: Fixing the commit return value

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:42:51 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 1aa7a9e70e18c31172aa3a5295df88bd9f3fc876
Author: Patrick Hochstenbach <patrick.hochstenbach at 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



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