LibreCat / Catmandu-MARC

Catmandu modules for working with MARC data
https://metacpan.org/release/Catmandu-MARC
Other
8 stars 10 forks source link

gh#46: bugfix for subfield code 0 #47

Closed jorol closed 7 years ago

jorol commented 7 years ago

see #46

Changed condition of for loop in marc_map(), added test to t/03-marc_map.t: https://github.com/jorol/Catmandu-MARC/commit/d1b76f2987979d0ca7db1186a52f9b3f931b67bc

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.089% when pulling d1b76f2987979d0ca7db1186a52f9b3f931b67bc on jorol:gh#46 into 0ba67a09a64a296926eb06d64a8f557ff2b51ac3 on LibreCat:dev.

phochste commented 7 years ago

Thanks! That was some funky code there in MARC.pm. I can't imagine what I thought writing that!