[libcatmandu-marc-perl] 48/208: gh#40: set ISO as default export format
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 03:42:34 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 2694728dde1af55a5840bcff34980982e19a20cd
Author: Johann Rolschewski <jorol at cpan.org>
Date: Wed Sep 14 14:02:15 2016 +0200
gh#40: set ISO as default export format
---
lib/Catmandu/Exporter/MARC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Catmandu/Exporter/MARC.pm b/lib/Catmandu/Exporter/MARC.pm
index 0df2100..5ef5020 100644
--- a/lib/Catmandu/Exporter/MARC.pm
+++ b/lib/Catmandu/Exporter/MARC.pm
@@ -69,7 +69,7 @@ use Moo;
our $VERSION = '1.00_01';
-has type => (is => 'ro' , default => sub { 'XML' });
+has type => (is => 'ro' , default => sub { 'ISO' });
has _exporter => (is => 'ro' , lazy => 1 , builder => '_build_exporter' , handles => 'Catmandu::Exporter');
has _exporter_args => (is => 'rwp', writer => '_set_exporter_args');
--
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