diff --git a/Changes b/Changes index acd90b2..0860f19 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Changelog for Catmandu-PICA {{$NEXT}} + +1.16 2023-08-11T07:06:23Z - Add Fix: pica_update (#82) 1.15 2023-08-09T19:03:38Z diff --git a/META.json b/META.json index 71a4343..658c8cc 100644 --- a/META.json +++ b/META.json @@ -71,7 +71,7 @@ "web" : "https://github.com/gbv/Catmandu-PICA" } }, - "version" : "1.15", + "version" : "1.16", "x_contributors" : [ "Carsten Klee ", "E. Choroba ", diff --git a/README.md b/README.md index 7259d56..483cb8f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ introduction into Catmandu. - [Catmandu::Fix::Bind::pica\_each](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_each) - [Catmandu::Fix::Bind::pica\_diff](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_diff) - [Catmandu::Fix::Condition::pica\_match](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ACondition%3A%3Apica_match) +- [Catmandu::Fix::pica\_update](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_update) - [Catmandu::Fix::pica\_add](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_add) - [Catmandu::Fix::pica\_set](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_set) - [Catmandu::Importer::PICA](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3APICA) diff --git a/lib/Catmandu/Exporter/PICA.pm b/lib/Catmandu/Exporter/PICA.pm index 758d918..1b6012f 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.15'; +our $VERSION = '1.16'; with 'Catmandu::Exporter'; diff --git a/lib/Catmandu/Fix/Bind/pica_diff.pm b/lib/Catmandu/Fix/Bind/pica_diff.pm index 15053ff..05f6ab4 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.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Sane; diff --git a/lib/Catmandu/Fix/Bind/pica_each.pm b/lib/Catmandu/Fix/Bind/pica_each.pm index f72f4ca..ec90910 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.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Sane; diff --git a/lib/Catmandu/Fix/Condition/pica_match.pm b/lib/Catmandu/Fix/Condition/pica_match.pm index c8a4030..1b2d4dc 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.15'; +our $VERSION = '1.16'; 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 a4a5558..783cbd6 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.15'; +our $VERSION = '1.16'; 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 bb9a10c..590c64f 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.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Fix::Has; diff --git a/lib/Catmandu/Fix/pica_map.pm b/lib/Catmandu/Fix/pica_map.pm index 16dffbc..931beab 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.15'; +our $VERSION = '1.16'; use Catmandu::Sane; use Moo; diff --git a/lib/Catmandu/Fix/pica_occurrence.pm b/lib/Catmandu/Fix/pica_occurrence.pm index 53e37ea..d2999ae 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.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Fix::Has; diff --git a/lib/Catmandu/Fix/pica_remove.pm b/lib/Catmandu/Fix/pica_remove.pm index e7b9f1f..2771590 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.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Fix::Has; diff --git a/lib/Catmandu/Fix/pica_set.pm b/lib/Catmandu/Fix/pica_set.pm index 2220cbc..70f4abd 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.15'; +our $VERSION = '1.16'; 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 d223c98..0eb3b89 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.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Fix::Has; diff --git a/lib/Catmandu/Fix/pica_update.pm b/lib/Catmandu/Fix/pica_update.pm index ba6bc1a..3877fcb 100644 --- a/lib/Catmandu/Fix/pica_update.pm +++ b/lib/Catmandu/Fix/pica_update.pm @@ -2,7 +2,7 @@ package Catmandu::Fix::pica_update; use Catmandu::Sane; -our $VERSION = '1.15'; +our $VERSION = '1.16'; use Moo; use Catmandu::Fix::Has; diff --git a/lib/Catmandu/Importer/PICA.pm b/lib/Catmandu/Importer/PICA.pm index fb74b3c..6a6becd 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.15'; +our $VERSION = '1.16'; 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 00a9383..b3bf911 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.15'; +our $VERSION = '1.16'; 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 b67ff6a..e209c19 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.15'; +our $VERSION = '1.16'; use Moo; use PICA::Parser::PPXML; diff --git a/lib/Catmandu/PICA.pm b/lib/Catmandu/PICA.pm index 8004839..7df90a6 100644 --- a/lib/Catmandu/PICA.pm +++ b/lib/Catmandu/PICA.pm @@ -1,6 +1,6 @@ package Catmandu::PICA; -our $VERSION = '1.15'; +our $VERSION = '1.16'; 1; __END__ diff --git a/lib/Catmandu/Validator/PICA.pm b/lib/Catmandu/Validator/PICA.pm index d03218e..5b80065 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.15'; +our $VERSION = '1.16'; with qw(Catmandu::Validator);