Package: perl-doc
Version: 5.22.2-3
Severity: wishlist
File: /usr/share/man/man1/perlop.1.gz
Within the
"qr/STRING/msixpodualn"
discussion, do mention that one cannot then expect a later e.g., /i to work,
$ perl -wle 'my $r=qr/w/; print "W" =~ /$r/i ? "Yes" : "No";'
No
In fact maybe it should even print a warning...