This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make new File::Copy test case insensitive.
authorCraig A. Berry <craigberry@mac.com>
Fri, 31 Aug 2012 16:21:58 +0000 (11:21 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 31 Aug 2012 16:23:07 +0000 (11:23 -0500)
commitc83aeb2147ff071bd19bb70219b6e5f20757efa5
treee0c0dbfef6b5330809b1a0e9e090855c8eb53bd5
parent29a45343ab0bee876c2f5b3b8a342d58719af28e
Make new File::Copy test case insensitive.

On VMS with default setttings, the filename is reported as copy.t,
not Copy.t, so make the regex allow that.
lib/File/Copy.t