LibreCat / Catmandu-MARC

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

character position with underscore in Catmandu::Fix::marc_map #30

Closed cKlee closed 8 years ago

cKlee commented 8 years ago

In the POD and the cheat sheet there is the example

# Copy the 008 characters 35-35 into the my.language hash
marc_map('008_/35-35','my.language')

But the underscore isn't necessary, isn't it?

phochste commented 8 years ago

Indeed, this is not required. Fixed in the POD