This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix maintainers.t on Win32 with Borland compiler
authorSteve Hay <SteveHay@planit.com>
Mon, 28 Sep 2009 14:05:24 +0000 (15:05 +0100)
committerSteve Hay <SteveHay@planit.com>
Mon, 28 Sep 2009 14:05:24 +0000 (15:05 +0100)
commitd9ef0156525e64ad4d955006e4ce513cdaef18a5
tree60de5f0eec0a0edc9df0194d17968c95908194d1
parent411c7dd7840a88fadfd96f0cb8264278810eb9fc
Fix maintainers.t on Win32 with Borland compiler

Borland's C run-time thinks that glob patterns with * and ? characters are
files or directories. There are no files or directories in the perl source
containing those characters, so give it a helping hand when using -f or -d.
Porting/Maintainers.pm