LibreCat / Catmandu-MARC

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

Make marc_map/marc_set/marc_* indicator aware #7

Closed phochste closed 10 years ago

phochste commented 10 years ago

marc_map , marc_set, marc_match ignore the indicator setting in the path. E.g.

# Set the 100a field when ind1 = 1 and ind2 = 4
marc_set(100[1,4]a,"testing 123");
phochste commented 10 years ago

Fixed in commit 97cb00220d