[libcatmandu-marc-perl] 20/208: 0.219
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 03:42:31 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 33a7ce4f0900282fec575141de6bf1221375a51c
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date: Thu Jun 23 16:40:36 2016 +0200
0.219
---
Build.PL | 2 +-
Changes | 2 ++
lib/Catmandu/Exporter/MARC.pm | 2 +-
lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm | 2 +-
lib/Catmandu/Exporter/MARC/Base.pm | 2 +-
lib/Catmandu/Exporter/MARC/MARCMaker.pm | 2 +-
lib/Catmandu/Exporter/MARC/MiJ.pm | 2 +-
lib/Catmandu/Exporter/MARC/USMARC.pm | 2 +-
lib/Catmandu/Exporter/MARC/XML.pm | 2 +-
lib/Catmandu/Fix/Bind/marc_each.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_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/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/USMARC.pm | 2 +-
lib/Catmandu/Importer/MARC/XML.pm | 2 +-
lib/Catmandu/MARC.pm | 2 +-
34 files changed, 35 insertions(+), 33 deletions(-)
diff --git a/Build.PL b/Build.PL
index d7a4ceb..7807ca1 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Patrick Hochstenbach, C<< <patrick.hochstenbach at ugent.be> >>"
],
"dist_name" => "Catmandu-MARC",
- "dist_version" => "0.218",
+ "dist_version" => "0.219",
"license" => "perl",
"module_name" => "Catmandu::MARC",
"recursive_test_files" => 1,
diff --git a/Changes b/Changes
index 50726eb..0934fe7 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Catmandu-MARC
{{$NEXT}}
+
+0.219 2016-06-23 16:40:11 CEST
- Fixed importing from MARC as string in a Perl script
- Adding more POD
- Make all Catmandu::Fix inlineable
diff --git a/lib/Catmandu/Exporter/MARC.pm b/lib/Catmandu/Exporter/MARC.pm
index eed2114..7b08a3f 100644
--- a/lib/Catmandu/Exporter/MARC.pm
+++ b/lib/Catmandu/Exporter/MARC.pm
@@ -67,7 +67,7 @@ package Catmandu::Exporter::MARC;
use Catmandu::Sane;
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has type => (is => 'ro' , default => sub { 'XML' });
has _exporter => (is => 'ro' , lazy => 1 , builder => '_build_exporter' , handles => 'Catmandu::Exporter');
diff --git a/lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm b/lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm
index c185105..59a4b79 100644
--- a/lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm
+++ b/lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm
@@ -58,7 +58,7 @@ use Catmandu::Util qw(xml_escape is_different :array :is);
use List::Util;
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';
diff --git a/lib/Catmandu/Exporter/MARC/Base.pm b/lib/Catmandu/Exporter/MARC/Base.pm
index 5f85b73..3cc9112 100644
--- a/lib/Catmandu/Exporter/MARC/Base.pm
+++ b/lib/Catmandu/Exporter/MARC/Base.pm
@@ -3,7 +3,7 @@ use Moo::Role;
use MARC::Record;
use MARC::Field;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub _raw_to_marc_record {
my ($self,$data) = @_;
diff --git a/lib/Catmandu/Exporter/MARC/MARCMaker.pm b/lib/Catmandu/Exporter/MARC/MARCMaker.pm
index 84ecda9..43f1455 100644
--- a/lib/Catmandu/Exporter/MARC/MARCMaker.pm
+++ b/lib/Catmandu/Exporter/MARC/MARCMaker.pm
@@ -60,7 +60,7 @@ use MARC::Record;
use MARC::Field;
use MARC::File::MARCMaker;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';
diff --git a/lib/Catmandu/Exporter/MARC/MiJ.pm b/lib/Catmandu/Exporter/MARC/MiJ.pm
index 9d73034..30f44d5 100644
--- a/lib/Catmandu/Exporter/MARC/MiJ.pm
+++ b/lib/Catmandu/Exporter/MARC/MiJ.pm
@@ -60,7 +60,7 @@ use MARC::Record;
use MARC::Field;
use MARC::File::MiJ;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';
diff --git a/lib/Catmandu/Exporter/MARC/USMARC.pm b/lib/Catmandu/Exporter/MARC/USMARC.pm
index ec0692d..dadb0ef 100644
--- a/lib/Catmandu/Exporter/MARC/USMARC.pm
+++ b/lib/Catmandu/Exporter/MARC/USMARC.pm
@@ -60,7 +60,7 @@ use MARC::Record;
use MARC::Field;
use MARC::File::USMARC;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';
diff --git a/lib/Catmandu/Exporter/MARC/XML.pm b/lib/Catmandu/Exporter/MARC/XML.pm
index 812eb4a..ce3e3d1 100644
--- a/lib/Catmandu/Exporter/MARC/XML.pm
+++ b/lib/Catmandu/Exporter/MARC/XML.pm
@@ -3,7 +3,7 @@ use Catmandu::Sane;
use Catmandu::Util qw(xml_escape is_different :array :is);
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';
diff --git a/lib/Catmandu/Fix/Bind/marc_each.pm b/lib/Catmandu/Fix/Bind/marc_each.pm
index 618521f..0ab5a75 100644
--- a/lib/Catmandu/Fix/Bind/marc_each.pm
+++ b/lib/Catmandu/Fix/Bind/marc_each.pm
@@ -3,7 +3,7 @@ package Catmandu::Fix::Bind::marc_each;
use Moo;
use Catmandu::Util;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Fix::Bind';
diff --git a/lib/Catmandu/Fix/Condition/marc_match.pm b/lib/Catmandu/Fix/Condition/marc_match.pm
index a547d10..39c0363 100644
--- a/lib/Catmandu/Fix/Condition/marc_match.pm
+++ b/lib/Catmandu/Fix/Condition/marc_match.pm
@@ -7,7 +7,7 @@ use Catmandu::Fix::remove_field;
use Moo;
use Catmandu::Fix::Has;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Fix::Condition';
diff --git a/lib/Catmandu/Fix/Inline/marc_add.pm b/lib/Catmandu/Fix/Inline/marc_add.pm
index 73103f4..6cf048e 100644
--- a/lib/Catmandu/Fix/Inline/marc_add.pm
+++ b/lib/Catmandu/Fix/Inline/marc_add.pm
@@ -9,7 +9,7 @@ require Exporter;
@EXPORT_OK = qw(marc_add);
%EXPORT_TAGS = (all => [qw(marc_add)]);
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub marc_add {
my ($data,$marc_path, at subfields) = @_;
diff --git a/lib/Catmandu/Fix/Inline/marc_map.pm b/lib/Catmandu/Fix/Inline/marc_map.pm
index f29fb78..dcfbc32 100644
--- a/lib/Catmandu/Fix/Inline/marc_map.pm
+++ b/lib/Catmandu/Fix/Inline/marc_map.pm
@@ -62,7 +62,7 @@ require Exporter;
@EXPORT_OK = qw(marc_map);
%EXPORT_TAGS = (all => [qw(marc_map)]);
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub marc_map {
my ($data,$marc_path,%opts) = @_;
diff --git a/lib/Catmandu/Fix/Inline/marc_remove.pm b/lib/Catmandu/Fix/Inline/marc_remove.pm
index 4f8b671..ab6a079 100644
--- a/lib/Catmandu/Fix/Inline/marc_remove.pm
+++ b/lib/Catmandu/Fix/Inline/marc_remove.pm
@@ -8,7 +8,7 @@ require Exporter;
@EXPORT_OK = qw(marc_remove);
%EXPORT_TAGS = (all => [qw(marc_remove)]);
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub marc_remove {
my ($data,$marc_path) = @_;
diff --git a/lib/Catmandu/Fix/Inline/marc_set.pm b/lib/Catmandu/Fix/Inline/marc_set.pm
index 264a05c..808c0c7 100644
--- a/lib/Catmandu/Fix/Inline/marc_set.pm
+++ b/lib/Catmandu/Fix/Inline/marc_set.pm
@@ -9,7 +9,7 @@ require Exporter;
@EXPORT_OK = qw(marc_set);
%EXPORT_TAGS = (all => [qw(marc_set)]);
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub marc_set {
my ($data,$marc_path,$value) = @_;
diff --git a/lib/Catmandu/Fix/marc_add.pm b/lib/Catmandu/Fix/marc_add.pm
index ee6c2c1..0b687fe 100644
--- a/lib/Catmandu/Fix/marc_add.pm
+++ b/lib/Catmandu/Fix/marc_add.pm
@@ -7,7 +7,7 @@ use Catmandu::Fix::Has;
with 'Catmandu::Fix::Inlineable';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has marc_tag => (fix_arg => 1);
has subfields => (fix_arg => 'collect');
diff --git a/lib/Catmandu/Fix/marc_decode_dollar_subfields.pm b/lib/Catmandu/Fix/marc_decode_dollar_subfields.pm
index 794f6c4..f03cceb 100644
--- a/lib/Catmandu/Fix/marc_decode_dollar_subfields.pm
+++ b/lib/Catmandu/Fix/marc_decode_dollar_subfields.pm
@@ -5,7 +5,7 @@ use Data::Dumper;
with 'Catmandu::Fix::Inlineable';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub fix {
my ($self,$data) = @_;
diff --git a/lib/Catmandu/Fix/marc_in_json.pm b/lib/Catmandu/Fix/marc_in_json.pm
index 3c7bb50..843b1ca 100644
--- a/lib/Catmandu/Fix/marc_in_json.pm
+++ b/lib/Catmandu/Fix/marc_in_json.pm
@@ -7,7 +7,7 @@ use Catmandu::Fix::Has;
with 'Catmandu::Fix::Inlineable';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has record => (fix_opt => 1);
has reverse => (fix_opt => 1);
diff --git a/lib/Catmandu/Fix/marc_map.pm b/lib/Catmandu/Fix/marc_map.pm
index 82fb109..afca073 100644
--- a/lib/Catmandu/Fix/marc_map.pm
+++ b/lib/Catmandu/Fix/marc_map.pm
@@ -7,7 +7,7 @@ use Catmandu::Fix::Has;
with 'Catmandu::Fix::Base';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has marc_path => (fix_arg => 1);
has path => (fix_arg => 1);
diff --git a/lib/Catmandu/Fix/marc_remove.pm b/lib/Catmandu/Fix/marc_remove.pm
index 62a048d..c055941 100644
--- a/lib/Catmandu/Fix/marc_remove.pm
+++ b/lib/Catmandu/Fix/marc_remove.pm
@@ -7,7 +7,7 @@ use Catmandu::Fix::Has;
with 'Catmandu::Fix::Base';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has marc_path => (fix_arg => 1);
has record => (fix_opt => 1);
diff --git a/lib/Catmandu/Fix/marc_set.pm b/lib/Catmandu/Fix/marc_set.pm
index b9fd190..64c4c93 100644
--- a/lib/Catmandu/Fix/marc_set.pm
+++ b/lib/Catmandu/Fix/marc_set.pm
@@ -8,7 +8,7 @@ use Catmandu::Fix::Has;
with 'Catmandu::Fix::Base';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has marc_path => (fix_arg => 1);
has value => (fix_arg => 1);
diff --git a/lib/Catmandu/Fix/marc_xml.pm b/lib/Catmandu/Fix/marc_xml.pm
index 50de351..b39c433 100644
--- a/lib/Catmandu/Fix/marc_xml.pm
+++ b/lib/Catmandu/Fix/marc_xml.pm
@@ -9,7 +9,7 @@ use Catmandu::Fix::Has;
with 'Catmandu::Fix::Inlineable';
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has path => (fix_arg => 1);
diff --git a/lib/Catmandu/Importer/MARC.pm b/lib/Catmandu/Importer/MARC.pm
index 4de7a19..68ccb76 100644
--- a/lib/Catmandu/Importer/MARC.pm
+++ b/lib/Catmandu/Importer/MARC.pm
@@ -115,7 +115,7 @@ use Catmandu::Sane;
use Catmandu::Util;
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
has type => (is => 'ro' , default => sub { 'USMARC' });
has _importer => (is => 'ro' , lazy => 1 , builder => '_build_importer' , handles => ['generator']);
diff --git a/lib/Catmandu/Importer/MARC/ALEPHSEQ.pm b/lib/Catmandu/Importer/MARC/ALEPHSEQ.pm
index 6c16181..b2bbd1f 100644
--- a/lib/Catmandu/Importer/MARC/ALEPHSEQ.pm
+++ b/lib/Catmandu/Importer/MARC/ALEPHSEQ.pm
@@ -64,7 +64,7 @@ package Catmandu::Importer::MARC::ALEPHSEQ;
use Catmandu::Sane;
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/Decoder.pm b/lib/Catmandu/Importer/MARC/Decoder.pm
index b126b41..5c13215 100644
--- a/lib/Catmandu/Importer/MARC/Decoder.pm
+++ b/lib/Catmandu/Importer/MARC/Decoder.pm
@@ -3,7 +3,7 @@ package Catmandu::Importer::MARC::Decoder;
use Catmandu::Sane;
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub fake_marc_file {
my ($self,$fh,$class) = @_;
diff --git a/lib/Catmandu/Importer/MARC/Lint.pm b/lib/Catmandu/Importer/MARC/Lint.pm
index 3c95a37..1de7824 100644
--- a/lib/Catmandu/Importer/MARC/Lint.pm
+++ b/lib/Catmandu/Importer/MARC/Lint.pm
@@ -79,7 +79,7 @@ use MARC::File::USMARC;
use MARC::Lint;
use Catmandu::Importer::MARC::Decoder;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/MARCMaker.pm b/lib/Catmandu/Importer/MARC/MARCMaker.pm
index b076390..982d5c7 100644
--- a/lib/Catmandu/Importer/MARC/MARCMaker.pm
+++ b/lib/Catmandu/Importer/MARC/MARCMaker.pm
@@ -70,7 +70,7 @@ use Moo;
use MARC::File::MARCMaker;
use Catmandu::Importer::MARC::Decoder;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/MiJ.pm b/lib/Catmandu/Importer/MARC/MiJ.pm
index bbb6192..691c64a 100644
--- a/lib/Catmandu/Importer/MARC/MiJ.pm
+++ b/lib/Catmandu/Importer/MARC/MiJ.pm
@@ -55,7 +55,7 @@ use MARC::Record;
use Catmandu::Importer::MARC::Decoder;
use MARC::File::MiJ;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/MicroLIF.pm b/lib/Catmandu/Importer/MARC/MicroLIF.pm
index e8c94d2..e56e568 100644
--- a/lib/Catmandu/Importer/MARC/MicroLIF.pm
+++ b/lib/Catmandu/Importer/MARC/MicroLIF.pm
@@ -70,7 +70,7 @@ use Moo;
use MARC::File::MicroLIF;
use Catmandu::Importer::MARC::Decoder;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/RAW.pm b/lib/Catmandu/Importer/MARC/RAW.pm
index e8b17fc..aadfb5f 100644
--- a/lib/Catmandu/Importer/MARC/RAW.pm
+++ b/lib/Catmandu/Importer/MARC/RAW.pm
@@ -69,7 +69,7 @@ use Catmandu::Sane;
use Moo;
use MARC::Parser::RAW;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/Record.pm b/lib/Catmandu/Importer/MARC/Record.pm
index 2733d74..5ba6264 100644
--- a/lib/Catmandu/Importer/MARC/Record.pm
+++ b/lib/Catmandu/Importer/MARC/Record.pm
@@ -55,7 +55,7 @@ use Catmandu::Sane;
use Catmandu::Importer::MARC::Decoder;
use Moo;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/USMARC.pm b/lib/Catmandu/Importer/MARC/USMARC.pm
index 1dd3b79..e6d066c 100644
--- a/lib/Catmandu/Importer/MARC/USMARC.pm
+++ b/lib/Catmandu/Importer/MARC/USMARC.pm
@@ -70,7 +70,7 @@ use Moo;
use MARC::File::USMARC;
use Catmandu::Importer::MARC::Decoder;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/Importer/MARC/XML.pm b/lib/Catmandu/Importer/MARC/XML.pm
index eb553b6..96f356f 100644
--- a/lib/Catmandu/Importer/MARC/XML.pm
+++ b/lib/Catmandu/Importer/MARC/XML.pm
@@ -70,7 +70,7 @@ use Moo;
use Catmandu::Importer::MARC::Decoder;
use MARC::File::XML (BinaryEncoding => 'UTF-8', DefaultEncoding => 'UTF-8', RecordFormat => 'MARC21');
-our $VERSION = '0.218';
+our $VERSION = '0.219';
with 'Catmandu::Importer';
diff --git a/lib/Catmandu/MARC.pm b/lib/Catmandu/MARC.pm
index 3b5405f..721e692 100644
--- a/lib/Catmandu/MARC.pm
+++ b/lib/Catmandu/MARC.pm
@@ -3,7 +3,7 @@ package Catmandu::MARC;
use Catmandu::Util;
use Catmandu::Exporter::MARC::XML;
-our $VERSION = '0.218';
+our $VERSION = '0.219';
sub marc_add {
my ($data,$marc_tag,$subfield_array) = @_;
--
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