Skip to content

Commit

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

diff --git a/Changes b/Changes
index 6e3b16f..d115031 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Changelog for Catmandu-PICA
 
 {{$NEXT}}
+
+1.17 2023-08-18T06:06:33Z
   - Add Fix: pica_append (#82)
 
 1.16 2023-08-11T07:06:23Z
  • Loading branch information
nichtich committed Aug 18, 2023
1 parent 93cabe7 commit fb1fd8a
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 31 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.17 2023-08-18T06:06:33Z
- Add Fix: pica_append (#82)

1.16 2023-08-11T07:06:23Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"web" : "https://github.com/gbv/Catmandu-PICA"
}
},
"version" : "1.16",
"version" : "1.17",
"x_contributors" : [
"Carsten Klee <[email protected]>",
"E. Choroba <[email protected]>",
Expand Down
33 changes: 21 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,32 @@ structure.
See [Catmandu::Introduction](https://metacpan.org/pod/Catmandu%3A%3AIntroduction) and [http://librecat.org/Catmandu](http://librecat.org/Catmandu) for an
introduction into Catmandu.

# CATMANDU MODULES
# MODULES

## Read/write PICA

- [Catmandu::Exporter::PICA](https://metacpan.org/pod/Catmandu%3A%3AExporter%3A%3APICA)
- [Catmandu::Fix::pica\_map](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_map)
- [Catmandu::Fix::pica\_remove](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_remove)
- [Catmandu::Fix::pica\_keep](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_keep)
- [Catmandu::Fix::pica\_tag](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_tag)
- [Catmandu::Fix::pica\_occurrence](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_occurrence)
- [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)
- [Catmandu::Importer::SRU::Parser::picaxml](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3ASRU%3A%3AParser%3A%3Apicaxml)
- [Catmandu::Importer::SRU::Parser::ppxml](https://metacpan.org/pod/Catmandu%3A%3AImporter%3A%3ASRU%3A%3AParser%3A%3Appxml)

## Fix functions

- [Catmandu::Fix::pica\_map](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_map) copy from PICA values
- [Catmandu::Fix::pica\_keep](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_keep) reduce record to selected fields
- [Catmandu::Fix::pica\_remove](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_remove) delete (sub)fields
- [Catmandu::Fix::pica\_update](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_update) change/add PICA values to fixed strings
- [Catmandu::Fix::pica\_append](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_append) parse and append full PICA fields
- [Catmandu::Fix::pica\_set](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_set) set PICA values from other fields
- [Catmandu::Fix::pica\_add](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_add) add PICA values from other fields
- [Catmandu::Fix::pica\_tag](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_tag) set field tag
- [Catmandu::Fix::pica\_occurrence](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3Apica_occurrence) set field occurrence
- [Catmandu::Fix::Bind::pica\_each](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_each) process selected fields
- [Catmandu::Fix::Bind::pica\_diff](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ABind%3A%3Apica_diff) track changes
- [Catmandu::Fix::Condition::pica\_match](https://metacpan.org/pod/Catmandu%3A%3AFix%3A%3ACondition%3A%3Apica_match) check whether PICA values match a regular expression

## Validation

- [Catmandu::Validator::PICA](https://metacpan.org/pod/Catmandu%3A%3AValidator%3A%3APICA)

# CONTRIBUTORS
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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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

use Catmandu::Sane;

our $VERSION = '1.16';
our $VERSION = '1.17';

use Moo;
use Catmandu::Fix::Has;
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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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

use Catmandu::Sane;

our $VERSION = '1.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

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.16';
our $VERSION = '1.17';

with qw(Catmandu::Validator);

Expand Down

0 comments on commit fb1fd8a

Please sign in to comment.