This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Cwd, convert two regexps to explicit ranges, instead of using /i
authorNicholas Clark <nick@ccl4.org>
Fri, 4 Feb 2011 14:10:24 +0000 (14:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 4 Feb 2011 14:10:24 +0000 (14:10 +0000)
commitbe6c6a23f06d680159ce323c1906d297abbe85cd
tree8a4bc673fe34f0f7b3d7d294be63b1fd2ac0e070
parent7b7d8b152c027b50b260244da6f7c17a010279d6
In Cwd, convert two regexps to explicit ranges, instead of using /i

Since change 56ca34cada940c7f moved the folding of ranges from runtime to
compile time, these VMS-only regexps would incur a startup cost penalty on
all platforms.

This also removes build-time warnings when Cwd is invoked before the Unicode
tables have been processed.
dist/Cwd/Cwd.pm