[libcatmandu-marc-perl] 77/208: Merge branch 'dev' into str_push
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 03:42:37 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 f550805f72b0826d97999a73adb0a296b3ebf0f4
Merge: d99a18c 6c23104
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date: Thu Jan 19 10:34:04 2017 +0100
Merge branch 'dev' into str_push
Build.PL | 6 +-
Changes | 5 +
LICENSE | 6 +-
README.md | 5 +-
cpanfile | 4 +-
lib/Catmandu/Exporter/MARC.pm | 2 +-
lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm | 3 +-
lib/Catmandu/Exporter/MARC/Base.pm | 2 +-
lib/Catmandu/Exporter/MARC/ISO.pm | 2 +-
lib/Catmandu/Exporter/MARC/MARCMaker.pm | 2 +-
lib/Catmandu/Exporter/MARC/MiJ.pm | 2 +-
lib/Catmandu/Exporter/MARC/XML.pm | 2 +-
lib/Catmandu/Fix/Bind/marc_each.pm | 2 +-
lib/Catmandu/Fix/Condition/marc_has.pm | 2 +-
lib/Catmandu/Fix/Condition/marc_has_many.pm | 2 +-
lib/Catmandu/Fix/Condition/marc_match.pm | 2 +-
lib/Catmandu/Fix/Inline/marc_add.pm | 2 +-
lib/Catmandu/Fix/Inline/marc_map.pm | 2 +-
lib/Catmandu/Fix/Inline/marc_remove.pm | 2 +-
lib/Catmandu/Fix/Inline/marc_set.pm | 2 +-
lib/Catmandu/Fix/marc_add.pm | 2 +-
lib/Catmandu/Fix/marc_decode_dollar_subfields.pm | 2 +-
lib/Catmandu/Fix/marc_in_json.pm | 2 +-
lib/Catmandu/Fix/marc_map.pm | 2 +-
lib/Catmandu/Fix/marc_remove.pm | 2 +-
lib/Catmandu/Fix/marc_set.pm | 2 +-
lib/Catmandu/Fix/marc_spec.pm | 626 +++++++++++++++++++++++
lib/Catmandu/Fix/marc_xml.pm | 2 +-
lib/Catmandu/Importer/MARC.pm | 2 +-
lib/Catmandu/Importer/MARC/ALEPHSEQ.pm | 2 +-
lib/Catmandu/Importer/MARC/Decoder.pm | 2 +-
lib/Catmandu/Importer/MARC/ISO.pm | 2 +-
lib/Catmandu/Importer/MARC/Lint.pm | 2 +-
lib/Catmandu/Importer/MARC/MARCMaker.pm | 2 +-
lib/Catmandu/Importer/MARC/MiJ.pm | 2 +-
lib/Catmandu/Importer/MARC/MicroLIF.pm | 2 +-
lib/Catmandu/Importer/MARC/RAW.pm | 2 +-
lib/Catmandu/Importer/MARC/Record.pm | 2 +-
lib/Catmandu/Importer/MARC/XML.pm | 2 +-
lib/Catmandu/MARC.pm | 9 +-
t/00-load.t | 3 +-
t/08-exporter.t | 10 +-
t/21-marc-spec.t | 136 +++++
t/marc_spec.fix | 59 +++
44 files changed, 889 insertions(+), 47 deletions(-)
diff --cc lib/Catmandu/Exporter/MARC/XML.pm
index 15c054d,9e4aea9..32eafa9
--- a/lib/Catmandu/Exporter/MARC/XML.pm
+++ b/lib/Catmandu/Exporter/MARC/XML.pm
@@@ -3,9 -3,9 +3,9 @@@ use Catmandu::Sane
use Catmandu::Util qw(xml_escape is_different :array :is);
use Moo;
- our $VERSION = '1.03';
+ our $VERSION = '1.04';
-with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';
+with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base', 'Catmandu::Buffer';
has record => (is => 'ro' , default => sub { 'record'});
has record_format => (is => 'ro' , default => sub { 'raw'} );
--
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