The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.13 2024-07-05T00:26:05+02:00
 - Add look_for_external_id() method to Wikidata.
 - Rename internal subroutine _oclc() to _lccn().
 - Rewrite Transform to store people external ids in 'external_ids'
   parameter.
 - Sort subroutines in Item.

0.12 2024-07-04T23:15:01+02:00
 - Fix subfield processing for multiple values.
 - Rewrite Item to use external_ids() method to generate external ids.
 - Rewrite Transform to store external ids in 'external_ids' parameter.

0.11 2024-07-03T16:36:27+02:00
 - Add another date cleanup (asi 2010 and po Kr.). Thanks Josef Moravec.
 - Add tests for Transform.
 - Add work period dates processing. Thanks Josef Moravec.
 - Fix series publisher.

0.10 2024-06-25T19:59:41+02:00
 - Add missing requires.
 - Rewrite to new MARC::Convert::Wikidata::Object::Series with publisher
   object.

0.09 2024-06-25T08:35:41+02:00
 - Add another publishing places cleanup (Ve Praze, We Praze). Thanks Josef
   Moravec.
 - Add constructor tests.
 - Rewrite checks in Wikidata to use of Mo::utils.
 - Rewrite checks in Item to use of Mo::utils.

0.08 2024-06-21T09:12:52+02:00
 - Add Cieszyn to publishing places cleanup.
 - Add Kroměříž to publishing places cleanup.
 - Add Kutná Hora to publishing places cleanup.
 - Add Praha to publishing places cleanup.
 - Add unit (page) to P1104.
 - Rewrite item types.
 - Update copyright years.

0.07 2023-11-29T01:53:01+01:00
 - Add $options_hr return value to clean_date(). Implment circa date.
 - Add Litoměřice to publishing places cleanup.
 - Add Náchodě to publishing places cleanup.
 - Add Praha? to publishing places cleanup.
 - Add Výst. to series ordinal cleanup.
 - Add Výstava to series ordinal cleanup.
 - Add example for clean_number_of_pages() to doc.
 - Add property snak to publishing place to resolve multiple publishers.
 - Fix cleanup of publisher name with ending ']'.
 - Implement sine loco.

0.06 2023-11-20T14:16:34+01:00
 - Rewrite to use of MARC::Leader.

0.05 2023-11-11T22:02:39+01:00
 - Add Přelouč to publishing places cleanup.
 - Add edition number use case.
 - Add publisher place use case.
 - Add test for clean_cover().
 - Add verbose parameter.
 - Fix test messages in clean_cover().

0.04 2023-06-11T18:24:52+02:00
 - Add publication date use case.
 - Improve clean_publication_date() code.

0.03 2023-06-09T20:14:12+02:00
 - Add edition number use case.
 - Regen example with output.
 - Warning could be in utf8.

0.02 2023-05-27T11:07:17+02:00
 - Add doc for Utils.
 - Add example to doc.
 - Add README file.
 - Fix dependencies (missing URI).

0.01 2023-05-26T14:14:18+02:00
 - First version.