The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Catmandu-MARC

0.206  2014-10-21 12:01:35 CEST
  - Adding pluck support
  
0.205  2014-06-23 21:18:06 CEST
  - Fixed collection bug in the MARC exporter

0.204  2014-06-11 07:41:39 BST
  - Need Catmandu 0.9202 to get the delegations working properly

0.203  2014-05-30 17:37:37 CEST
  - Adding marc_set fix
  - Making marc_map and marc_set indicator aware
  - Supporting deletion of subfields for marc_remove
  - Fixing EOF bug in RAW importer
  
0.202  2014-05-29 19:46:40 CEST
  - Fixing the catmandu command line fixes bug
  
0.201  2014-05-29 09:11:24 CEST
  - Adding the MARC::Parser::RAW and updating the pod
  
0.2  2014-05-28 15:24:03 CEST
  - Refactoring MARC import and export parsers and serializers
  - Add importers for MARCMaker, MARC-in-JSON and MARC::Catmandu
  - Add Lint based validator for USMARC
  - Add exporters for USMARC, MARCMaker and MARC-in-JSON
  
0.117  2014-05-23 12:06:40 CEST
  - Adding more documentation hints
  - Fixing the marc_match (deleting temporary keys)

0.116  2014-05-23 09:31:14 CEST
  - Switched to Dist::Milla

0.115   2014-05-22
  - Fixed broken MANIFEST
  
0.114   2014-05-20
  - Adding the if marc_match condition

0.112   2014-04-03
  - Adding the new files to the manifest :-/

0.112   2014-04-03
  - Adding the inline marc_remove fix
  
0.111   2014-03-19
  - fixed marc_add test to reflect the correct number of tests
  
0.110   2014-03-18
  - adding support for marc_add fixes
  
0.109   2014-03-14
  - in response to popular request adding Aleph sequential export support
  
0.108   2014-03-11
  - all Catmandu::Exporter::MARC methods should be instance and class methods to make marc_xml work

0.107   2014-03-04
  - adding Robin Sheat as contributor
  - bumping version to resolve verson conflict at CPAN

0.106   2014-03-03
  - allow for non-standard system identifier fields
  
0.105   2014-02-11
  - handle Aleph FMT tags

0.104   2013-12-20
  - Exporter::MARC now skips also skips empty strings by default
  - improved marc_map pod

0.103   2013-12-18
  - Exporter::MARC skips undef (sub)fields by default

0.102   2013-12-10
  - Importer::MARC skips empty fields

0.101   2013-12-04
  - fix importer tests

0.1     2013-12-03
  - consume MARC::Record objects

0.09    2013-10-31
  - fixed export formatting bug

0.08    2013-09-27
  - inline marc_map

0.07    2013-09-17
  - fixed the underscore subfields in non-control fields
  - adding backwards compatibility

0.06    2013-06-28
  - marc_remove fix
  - marc_map -split option

0.05    2013-06-19
  - marc_map exclude subfields syntax

0.0401  2013-06-17
  - remove given/when statements

0.04    2013-06-14
  - faster marc_xml fix

0.0304  2013-03-26
  - import confess

0.0303  2013-03-13
  - fix MARCXML namespace

0.0302  2013-03-13
  - fix perl version im marc_map test

0.0301  2013-03-12
  - safe substr outside string in marc_map

0.03    2013-02-26
  - compile marc_map fix

0.0201  2013-02-07
  - fix dependencies

0.02    2013-02-05
  - MARCXML exporter
  - make MARC record key configurable everywhere

0.0109  2013-02-01
  - fix MARC21 xml export

0.0108  2013-01-22
  - fix leader in xml export

0.0107  2013-01-11
  - fix creation of undef value with nonexisting $append key

0.0106  2012-11-09
  - fix _id field value

0.0105  2012-10-10
  - fix missing uppercase subfield datafield

0.0104  2012-10-09
  - only allow alphanumeric fields in MARCXML export
  - utf8 fixes

0.0103  2012-06-14
  - add configurable identifier field (default 001)
  - add virtual '_' to every field to make USMARC|MicroLIF|XML and ALEPHSEQ output equal

0.0102  2012-05-25
  - fix indicator bug

0.0101  2012-05-16
  - fix control field bug

0.01    2012-05-04
  - initial release