Skip Menu |

This queue is for tickets about the re-engine-RE2 CPAN distribution.

Report information
The Basics
Id: 67192
Status: resolved
Priority: 0/
Queue: re-engine-RE2

People
Owner: Nobody in particular
Requestors: POWERMAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: (no value)



After fixing bug 67153 flag /s (supported by RE2) become broken: $ perl -e 'use re::engine::RE2; $re = qr/./; print "$re\n"' (?-im:.) $ perl -e 'use re::engine::RE2; $re = qr/./s; print "$re\n"' (?-im:.)
Subject: /s flag support
Actually, /s has never worked (see XXX comment in source). RE2 doesn't easily let you set this via options. I'm thinking I'm going to have to start passing a stringified form to RE2 anyway for other cases (which also stops the need to use a forked RE2), so this becomes easier to fix then.
Fixed by 0.07.