This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No distinction between .PL and .pl if case is not preserved.
authorCraig A. Berry <craigberry@mac.com>
Thu, 7 Oct 2010 00:19:33 +0000 (19:19 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 7 Oct 2010 00:19:33 +0000 (19:19 -0500)
commit9ed9b795caa408a925999e1d90f9932e35b3ab10
tree53025dd55cd9f01e39725fd09b4493757c064e66
parent6709de8803f0c22efc6a56325285452eb6dbb1e1
No distinction between .PL and .pl if case is not preserved.

Follow-up to 13b5e8d8173af2197798ae78b4520ece8cb1151c.

On VMS, the CRTL downcases filenames by default, so pod2foo.PL
comes through as pod2foo.pl.  We need to match that so we paste
on the right extension for the generated command procedure.
make_ext.pl