[libcatmandu-marc-perl] 36/208: Deleting the record option

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:42:32 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 36b8fcd17c8652c89ef0d7aff16313a66dfaf3fd
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Wed Jul 13 11:23:10 2016 +0200

    Deleting the record option
---
 lib/Catmandu/Fix/Inline/marc_map.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Catmandu/Fix/Inline/marc_map.pm b/lib/Catmandu/Fix/Inline/marc_map.pm
index 7f2daa1..357e6d4 100644
--- a/lib/Catmandu/Fix/Inline/marc_map.pm
+++ b/lib/Catmandu/Fix/Inline/marc_map.pm
@@ -70,7 +70,6 @@ our $VERSION = '0.219';
 sub marc_map {
     my ($data,$marc_path,%opts) = @_;
     # Set default to nested_arrays for backwards compatibility
-    $opts{'-record'} = 'record' unless exists $opts{'-record'};
     $opts{'-nested_arrays'} = 1 unless exists $opts{'-nested_arrays'};
     return Catmandu::MARC->instance->marc_map(
                 $data,

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