gbv / Catmandu-PICA

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

pica_each() with several consecutive wildcards doesn't work #63

Closed jorol closed 4 years ago

jorol commented 6 years ago

I like to filter holding records with this fix:

do pica_each('2...')
    ....
end

and get this error:

Nested quantifiers in regex; marked by <-- HERE in m/0** <-- HERE */ at C:/Strawberry/perl/site/lib/PICA/Path.pm line 70,
jorol commented 4 years ago

Fixed in v1.00