gbv / Catmandu-PICA

Catmandu modules for working with PICA+ data
https://metacpan.org/release/Catmandu-PICA
Other
4 stars 4 forks source link

add check for "Occurrence" to pica_map() #16

Closed jorol closed 10 years ago

jorol commented 10 years ago
    if (defined $occurrence) {
        $perl .= "next if (!defined ${var}->[1] || ${var}->[1] ne '${occurrence}');";
    }

Add test.