Skip to content

Commit

Permalink
1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Apr 8, 2019
1 parent 1554a41 commit 1c8504b
Show file tree
Hide file tree
Showing 43 changed files with 44 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Patrick Hochstenbach, C<< <patrick.hochstenbach at ugent.be> >>"
],
"dist_name" => "Catmandu-MARC",
"dist_version" => "1.241",
"dist_version" => "1.25",
"license" => "perl",
"module_name" => "Catmandu::MARC",
"recursive_test_files" => 1,
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Catmandu-MARC

{{$NEXT}}

1.25 2019-04-08 11:31:22 CEST
- Adding support for MARC validation (jorol)

1.241 2019-02-20 13:02:08 CET
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Catmandu::Sane;
use Catmandu::Util;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

has type => (is => 'ro' , default => sub { 'ISO' });
has skip_errors => (is => 'ro');
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC/ALEPHSEQ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use Catmandu::Util qw(xml_escape is_different :array :is);
use List::Util;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Moo::Role;
use MARC::Record;
use MARC::Field;

our $VERSION = '1.241';
our $VERSION = '1.25';

sub _raw_to_marc_record {
my ($self,$data) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC/ISO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use MARC::Record;
use MARC::Field;
use MARC::File::USMARC;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC/MARCMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use MARC::Record;
use MARC::Field;
use MARC::File::MARCMaker;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC/MiJ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ use MARC::Record;
use MARC::Field;
use MARC::File::MiJ;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/MARC/XML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Catmandu::Sane;
use Catmandu::Util qw(xml_escape is_different :array :is);
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Exporter', 'Catmandu::Exporter::MARC::Base', 'Catmandu::Buffer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Bind/marc_each.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::MARC;
use Catmandu::Fix::Has;
use namespace::clean;

our $VERSION = '1.241';
our $VERSION = '1.25';

has var => (fix_opt => 1);
has __marc => (is => 'lazy');
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/marc_all_match.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::remove_field;
use Moo;
use Catmandu::Fix::Has;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Fix::Condition';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/marc_any_match.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::remove_field;
use Moo;
use Catmandu::Fix::Has;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Fix::Condition';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/marc_has.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::remove_field;
use Moo;
use Catmandu::Fix::Has;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Fix::Condition';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/marc_has_many.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::remove_field;
use Moo;
use Catmandu::Fix::Has;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Fix::Condition';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/marc_match.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::Condition::marc_match;

use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

extends 'Catmandu::Fix::Condition::marc_all_match';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Inline/marc_add.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require Exporter;
@EXPORT_OK = qw(marc_add);
%EXPORT_TAGS = (all => [qw(marc_add)]);

our $VERSION = '1.241';
our $VERSION = '1.25';

sub marc_add {
my ($data,$marc_path,@subfields) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Inline/marc_map.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ require Exporter;
@EXPORT_OK = qw(marc_map);
%EXPORT_TAGS = (all => [qw(marc_map)]);

our $VERSION = '1.241';
our $VERSION = '1.25';

sub marc_map {
my ($data,$marc_path,%opts) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Inline/marc_remove.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require Exporter;
@EXPORT_OK = qw(marc_remove);
%EXPORT_TAGS = (all => [qw(marc_remove)]);

our $VERSION = '1.241';
our $VERSION = '1.25';

sub marc_remove {
my ($data,$marc_path) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Inline/marc_set.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require Exporter;
@EXPORT_OK = qw(marc_set);
%EXPORT_TAGS = (all => [qw(marc_set)]);

our $VERSION = '1.241';
our $VERSION = '1.25';

sub marc_set {
my ($data,$marc_path,$value) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_add.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has marc_path => (fix_arg => 1);
has subfields => (fix_arg => 'collect');
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_append.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has marc_path => (fix_arg => 1);
has value => (fix_arg => 1);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_decode_dollar_subfields.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

sub fix {
my ($self,$data) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_in_json.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has reverse => (fix_opt => 1);

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_map.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Base';

our $VERSION = '1.241';
our $VERSION = '1.25';

has marc_path => (fix_arg => 1);
has path => (fix_arg => 1);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_paste.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has path => (fix_arg => 1);
has at => (fix_opt => 1);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_remove.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has marc_path => (fix_arg => 1);

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_replace_all.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has marc_path => (fix_arg => 1);
has regex => (fix_arg => 1);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_set.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Inlineable';

our $VERSION = '1.241';
our $VERSION = '1.25';

has marc_path => (fix_arg => 1);
has value => (fix_arg => 1);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Catmandu::Fix::Has;

with 'Catmandu::Fix::Base';

our $VERSION = '1.241';
our $VERSION = '1.25';

has spec => ( fix_arg=> 1 );
has path => ( fix_arg=> 1 );
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/marc_xml.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::marc_xml;

use Catmandu::Sane;

our $VERSION = '1.241';
our $VERSION = '1.25';

use Moo;
use namespace::clean;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Catmandu::Sane;
use Catmandu::Util;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

has type => (is => 'ro' , default => sub { 'ISO' });
has skip_errors => (is => 'ro');
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/ALEPHSEQ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ package Catmandu::Importer::MARC::ALEPHSEQ;
use Catmandu::Sane;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/Decoder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Catmandu::Importer::MARC::Decoder;
use Catmandu::Sane;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

sub fake_marc_file {
my ($self,$fh,$class) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/ISO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ use Moo;
use MARC::File::USMARC;
use Catmandu::Importer::MARC::Decoder;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/Lint.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ use MARC::File::USMARC;
use MARC::Lint;
use Catmandu::Importer::MARC::Decoder;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/MARCMaker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ use Moo;
use MARC::File::MARCMaker;
use Catmandu::Importer::MARC::Decoder;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/MiJ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use MARC::Record;
use Catmandu::Importer::MARC::Decoder;
use MARC::File::MiJ;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/MicroLIF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ use Moo;
use MARC::File::MicroLIF;
use Catmandu::Importer::MARC::Decoder;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/RAW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use Catmandu::Sane;
use Moo;
use MARC::Parser::RAW;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/Record.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use Catmandu::Sane;
use Catmandu::Importer::MARC::Decoder;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/MARC/XML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '1.241';
our $VERSION = '1.25';

with 'Catmandu::Importer';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/MARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ memoize('compile_marc_path');
memoize('parse_marc_spec');
memoize('_get_index_range');

our $VERSION = '1.241';
our $VERSION = '1.25';

sub marc_map {
my $self = $_[0];
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Validator/MARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Catmandu::Util qw(:io :is :check);
use MARC::Schema;
use Moo;

our $VERSION = '1.241';
our $VERSION = '1.25';

with qw(Catmandu::Validator);

Expand Down

0 comments on commit 1c8504b

Please sign in to comment.