- or download this
delete($opts{l}); ## was: delete($opts{L});
- or download this
# was: if (/@(?:([[:word:]:]+)::)?ISA\s*=\s*(.*)\s*/)
if (/(?<!\\)@(?:([[:word:]:]+)::)?ISA\s*=\s*(.*)/)
- or download this
while (!/;/) # accumulate ISA value for multiple lines
{
...
@isa = eval $tmp;
# was: if ($@) { warn "Unparseable \@ISA line: $_"; next };
if ($@) { warn "Unparseable \@ISA line: $tmp"; next };