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 diff --git a/META.json b/META.json index ee4a02c..71a4343 100644 --- a/META.json +++ b/META.json @@ -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" ], @@ -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" } }, @@ -71,7 +71,7 @@ "web" : "https://github.com/gbv/Catmandu-PICA" } }, - "version" : "1.14", + "version" : "1.15", "x_contributors" : [ "Carsten Klee ", "E. Choroba ", diff --git a/lib/Catmandu/Exporter/PICA.pm b/lib/Catmandu/Exporter/PICA.pm index f88e554..758d918 100644 --- a/lib/Catmandu/Exporter/PICA.pm +++ b/lib/Catmandu/Exporter/PICA.pm @@ -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'; diff --git a/lib/Catmandu/Fix/Bind/pica_diff.pm b/lib/Catmandu/Fix/Bind/pica_diff.pm index 6a399f0..15053ff 100644 --- a/lib/Catmandu/Fix/Bind/pica_diff.pm +++ b/lib/Catmandu/Fix/Bind/pica_diff.pm @@ -1,6 +1,6 @@ package Catmandu::Fix::Bind::pica_diff; -our $VERSION = '1.14'; +our $VERSION = '1.15'; use Moo; use Catmandu::Sane; diff --git a/lib/Catmandu/Fix/Bind/pica_each.pm b/lib/Catmandu/Fix/Bind/pica_each.pm index e0c45ba..f72f4ca 100644 --- a/lib/Catmandu/Fix/Bind/pica_each.pm +++ b/lib/Catmandu/Fix/Bind/pica_each.pm @@ -1,6 +1,6 @@ package Catmandu::Fix::Bind::pica_each; -our $VERSION = '1.14'; +our $VERSION = '1.15'; use Moo; use Catmandu::Sane; diff --git a/lib/Catmandu/Fix/Condition/pica_match.pm b/lib/Catmandu/Fix/Condition/pica_match.pm index 2c14111..c8a4030 100644 --- a/lib/Catmandu/Fix/Condition/pica_match.pm +++ b/lib/Catmandu/Fix/Condition/pica_match.pm @@ -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; diff --git a/lib/Catmandu/Fix/pica_add.pm b/lib/Catmandu/Fix/pica_add.pm index 5499324..abbd47c 100644 --- a/lib/Catmandu/Fix/pica_add.pm +++ b/lib/Catmandu/Fix/pica_add.pm @@ -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); diff --git a/lib/Catmandu/Fix/pica_keep.pm b/lib/Catmandu/Fix/pica_keep.pm index 1f4b1dc..bb9a10c 100644 --- a/lib/Catmandu/Fix/pica_keep.pm +++ b/lib/Catmandu/Fix/pica_keep.pm @@ -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; diff --git a/lib/Catmandu/Fix/pica_map.pm b/lib/Catmandu/Fix/pica_map.pm index 88d177d..16dffbc 100644 --- a/lib/Catmandu/Fix/pica_map.pm +++ b/lib/Catmandu/Fix/pica_map.pm @@ -1,6 +1,6 @@ package Catmandu::Fix::pica_map; -our $VERSION = '1.14'; +our $VERSION = '1.15'; use Catmandu::Sane; use Moo; diff --git a/lib/Catmandu/Fix/pica_occurrence.pm b/lib/Catmandu/Fix/pica_occurrence.pm index 52070fa..53e37ea 100644 --- a/lib/Catmandu/Fix/pica_occurrence.pm +++ b/lib/Catmandu/Fix/pica_occurrence.pm @@ -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; diff --git a/lib/Catmandu/Fix/pica_remove.pm b/lib/Catmandu/Fix/pica_remove.pm index cf97889..e7b9f1f 100644 --- a/lib/Catmandu/Fix/pica_remove.pm +++ b/lib/Catmandu/Fix/pica_remove.pm @@ -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; diff --git a/lib/Catmandu/Fix/pica_set.pm b/lib/Catmandu/Fix/pica_set.pm index 4fc4fcc..1754caf 100644 --- a/lib/Catmandu/Fix/pica_set.pm +++ b/lib/Catmandu/Fix/pica_set.pm @@ -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); diff --git a/lib/Catmandu/Fix/pica_tag.pm b/lib/Catmandu/Fix/pica_tag.pm index 0a17dbb..d223c98 100644 --- a/lib/Catmandu/Fix/pica_tag.pm +++ b/lib/Catmandu/Fix/pica_tag.pm @@ -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; diff --git a/lib/Catmandu/Importer/PICA.pm b/lib/Catmandu/Importer/PICA.pm index 2ebc807..fb74b3c 100644 --- a/lib/Catmandu/Importer/PICA.pm +++ b/lib/Catmandu/Importer/PICA.pm @@ -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); diff --git a/lib/Catmandu/Importer/SRU/Parser/picaxml.pm b/lib/Catmandu/Importer/SRU/Parser/picaxml.pm index 016dd43..00a9383 100644 --- a/lib/Catmandu/Importer/SRU/Parser/picaxml.pm +++ b/lib/Catmandu/Importer/SRU/Parser/picaxml.pm @@ -1,6 +1,6 @@ package Catmandu::Importer::SRU::Parser::picaxml; -our $VERSION = '1.14'; +our $VERSION = '1.15'; use Moo; use PICA::Parser::XML; diff --git a/lib/Catmandu/Importer/SRU/Parser/ppxml.pm b/lib/Catmandu/Importer/SRU/Parser/ppxml.pm index 2440fde..b67ff6a 100644 --- a/lib/Catmandu/Importer/SRU/Parser/ppxml.pm +++ b/lib/Catmandu/Importer/SRU/Parser/ppxml.pm @@ -1,6 +1,6 @@ package Catmandu::Importer::SRU::Parser::ppxml; -our $VERSION = '1.14'; +our $VERSION = '1.15'; use Moo; use PICA::Parser::PPXML; diff --git a/lib/Catmandu/PICA.pm b/lib/Catmandu/PICA.pm index ba3826d..4578184 100644 --- a/lib/Catmandu/PICA.pm +++ b/lib/Catmandu/PICA.pm @@ -1,6 +1,6 @@ package Catmandu::PICA; -our $VERSION = '1.14'; +our $VERSION = '1.15'; 1; __END__ diff --git a/lib/Catmandu/Validator/PICA.pm b/lib/Catmandu/Validator/PICA.pm index 62d17fa..d03218e 100644 --- a/lib/Catmandu/Validator/PICA.pm +++ b/lib/Catmandu/Validator/PICA.pm @@ -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);