Skip to content

Commit

Permalink
Update PICA::Data to support parsing PICA Import format (close #88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Aug 9, 2023
1 parent e10394d commit 2001054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog for Catmandu-PICA

{{$NEXT}}
- Update PICA::Data to support parsing PICA Import format (#88)

1.14 2023-05-26T06:13:27Z
- pica_add creates missing record (#77)
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on 'test', sub {

requires 'perl', '5.14.1';
requires 'Catmandu', '1.20';
requires 'PICA::Data', '2.09';
requires 'PICA::Data', '2.10';
requires 'Moo', '1.0';
requires 'Catmandu::SRU', '0.427';
4 changes: 2 additions & 2 deletions lib/Catmandu/Importer/PICA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ C<fh>, etc.) the importer can be configured with the following parameters:
Describes the PICA+ syntax variant. Supported values (case ignored) include the
default value C<xml> for PicaXML, C<plain> for human-readable PICA+
serialization (where C<$> is used as subfield indicator), C<plus> or
C<picaplus> for normalized PICA+, C<binary> for binary PICA+ and C<ppxml> for
the PICA+ XML variant of the DNB.
C<picaplus> for normalized PICA+, C<import> for PICA import format, C<binary>
for binary PICA+ and C<ppxml> for the PICA+ XML variant of the DNB.
=item level
Expand Down

0 comments on commit 2001054

Please sign in to comment.