This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 27 Apr 2000 18:29:05 +0000 (18:29 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 27 Apr 2000 18:29:05 +0000 (18:29 +0000)
commitbf93d4cc8827842d1e2d40eecc0cc5927a17f3cd
tree2660399c4ce32265c824154ae4178385e0390378
parentf32b5c8a3d480bafef9db5bbadcdd4567494b8f9
fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)

p4raw-id: //depot/perl@5973
regcomp.c
regexec.c
t/op/re_tests