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

1.0.0 2013-10-04

  - Bump version to 1.0! It's stable.
  - Fix Unimarc to MARC21 failing due to malformed 100 fixed field

0.030 2013-04-12

  - Fix bug on 630/650/651 MARC21 fields. $x and $y subfields where inverted.
  - Improve support of bad formatted UNIMARC records.

0.029 2013-03-04

  - Fix RT Bug #83123, when 210$l

0.028 2012-10-18

  - Fix MARCXML parsing. Forces indicators to space if there are empty in XML
    source file, which is wrong but occurs.

0.027 2012-09-13

  - Fix a bug in MARC::Moose::Formater::Legacy

0.026 2012-04-10

  - Add a JSON parser

0.025 2012-03-24

  - Fix cloning field MARC::Moose::Field::Control
  - Copy 001 tag from UNIMARC to MARC21
  - Fix MARC21 207 tag conversion

0.024 2012-03-07

  - Add UNIMARC 125 conversion in M::M::F::UnimarcToMarc21 class

0.023 2012-02-21

  - Add a delete method to MARC::Moose::Record class, and test case

0.022 2012-02-17

  - MooseX::RW integration

0.021 2012-02-16

  - A new script marcmoose to manipulate MARC records files
  - Code cleaning

0.020 2012-01-31

  - Add clone method to MARC::Moose::Field
  - Add a MARC::Moose::Formater::UnimarcToMarc21 class

0.019 

  - Add some tests
  - Improve documentation
  - Use SAX parser by default for MARCXML records