Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.15.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 30d7aff..d41f256 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Changelog for Catmandu-PICA
 
 {{$NEXT}}
+
+1.15 2023-08-09T19:03:38Z
   - Update PICA::Data to support parsing PICA Import format (#88)
 
 1.14 2023-05-26T06:13:27Z
  • Loading branch information
nichtich committed Aug 9, 2023
1 parent 2001054 commit 265a86c
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog for Catmandu-PICA

{{$NEXT}}

1.15 2023-08-09T19:03:38Z
- Update PICA::Data to support parsing PICA Import format (#88)

1.14 2023-05-26T06:13:27Z
Expand Down
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"- Johann Rolschewski and Jakob Voss"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.21, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.15, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -45,7 +45,7 @@
"Catmandu" : "1.20",
"Catmandu::SRU" : "0.427",
"Moo" : "1.0",
"PICA::Data" : "2.09",
"PICA::Data" : "2.10",
"perl" : "v5.14.1"
}
},
Expand All @@ -71,7 +71,7 @@
"web" : "https://github.com/gbv/Catmandu-PICA"
}
},
"version" : "1.14",
"version" : "1.15",
"x_contributors" : [
"Carsten Klee <klee@cpan.org>",
"E. Choroba <choroba@matfyz.cz>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Catmandu::Sane;
use PICA::Data qw(pica_writer);
use Moo;

our $VERSION = '1.14';
our $VERSION = '1.15';

with 'Catmandu::Exporter';

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Bind/pica_diff.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::Bind::pica_diff;

our $VERSION = '1.14';
our $VERSION = '1.15';

use Moo;
use Catmandu::Sane;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Bind/pica_each.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::Bind::pica_each;

our $VERSION = '1.14';
our $VERSION = '1.15';

use Moo;
use Catmandu::Sane;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/Condition/pica_match.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Fix::Condition::pica_match;

our $VERSION = '1.14';
our $VERSION = '1.15';

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

use Catmandu::Sane;

our $VERSION = '1.14';
our $VERSION = '1.15';

use Moo;
use Catmandu::Util::Path qw(as_path);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_keep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_keep;

use Catmandu::Sane;

our $VERSION = '1.14';
our $VERSION = '1.15';

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

our $VERSION = '1.14';
our $VERSION = '1.15';

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

use Catmandu::Sane;

our $VERSION = '1.14';
our $VERSION = '1.15';

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

use Catmandu::Sane;

our $VERSION = '1.14';
our $VERSION = '1.15';

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

use Catmandu::Sane;

our $VERSION = '1.14';
our $VERSION = '1.15';

use Moo;
use Catmandu::Util::Path qw(as_path);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Fix/pica_tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_tag;

use Catmandu::Sane;

our $VERSION = '1.14';
our $VERSION = '1.15';

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

our $VERSION = '1.14';
our $VERSION = '1.15';

use Catmandu::Sane;
use PICA::Data qw(pica_parser);
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/SRU/Parser/picaxml.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Importer::SRU::Parser::picaxml;

our $VERSION = '1.14';
our $VERSION = '1.15';

use Moo;
use PICA::Parser::XML;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/SRU/Parser/ppxml.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Importer::SRU::Parser::ppxml;

our $VERSION = '1.14';
our $VERSION = '1.15';

use Moo;
use PICA::Parser::PPXML;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/PICA.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::PICA;

our $VERSION = '1.14';
our $VERSION = '1.15';

1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Validator/PICA.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 PICA::Schema;
use Moo;

our $VERSION = '1.14';
our $VERSION = '1.15';

with qw(Catmandu::Validator);

Expand Down

0 comments on commit 265a86c

Please sign in to comment.