[libcatmandu-marc-perl] 10/26: Ident

Jonas Smedegaard dr at jones.dk
Tue Dec 19 12:17:04 UTC 2017


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

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

commit e5a32704c2ebde38a1525aaefbb307b0f5b152f2
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Fri Nov 10 11:38:31 2017 +0100

    Ident
---
 lib/Catmandu/Exporter/MARC/Base.pm | 2 +-
 t/Catmandu/Exporter/MARC/ISO.t     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/Catmandu/Exporter/MARC/Base.pm b/lib/Catmandu/Exporter/MARC/Base.pm
index c167371..47db1ee 100644
--- a/lib/Catmandu/Exporter/MARC/Base.pm
+++ b/lib/Catmandu/Exporter/MARC/Base.pm
@@ -14,7 +14,7 @@ sub _raw_to_marc_record {
 
         $ind1 //= ' ';
         $ind2 //= ' ';
-        
+
         @data = $self->_clean_raw_data($tag, at data);
 
         if (@data < 2) {
diff --git a/t/Catmandu/Exporter/MARC/ISO.t b/t/Catmandu/Exporter/MARC/ISO.t
index 49bc19b..441f2e7 100644
--- a/t/Catmandu/Exporter/MARC/ISO.t
+++ b/t/Catmandu/Exporter/MARC/ISO.t
@@ -57,5 +57,4 @@ note("parse the results");
     is_deeply $result , $record , 'got the expected result';
 }
 
-
 done_testing;

-- 
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