In File::Copy, convert two regexps to explicit ranges, instead of using /i
authorNicholas Clark <nick@ccl4.org>
Fri, 4 Feb 2011 13:53:50 +0000 (13:53 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 4 Feb 2011 13:57:39 +0000 (13:57 +0000)
commit7b7d8b152c027b50b260244da6f7c17a010279d6
tree06c72a3451e1c7642c3b90631a61f9f736942130
parent6cba11c82282d9124d0cade24e1423f7fa2a3a0a
In File::Copy, 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 File::Copy is invoked before the
Unicode tables have been processed.
lib/File/Copy.pm