Jonathan Rockway wrote:
# Failed test at t/new.t line 42.
# Structures begin differing at:
# $got->[0] = (?i-xsm:foo)
# $expected->[0] = (?-xism:foo)
# Looks like you failed 1 test of 24.
Are you positive you didn't mean to say qr/foo/i ? Are you sure that
$peu->stop_uris should be returning qr/foo/i instead of qr/foo/?
I know this sounds obvious... but I just want to make sure.
Good heavens! stop_uris() *does* make the pattern case-insensitive. How
did I come to write that? Sorry, shouldn't have assumed I remembered the
code I wrote, but I could have sworn it was case-sensitive.
Well, well done 5.11 I suppose....
Now I have to decide if the case insensitivity is a feature, or a bug....
Ian