This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.
authorNicholas Clark <nick@ccl4.org>
Fri, 14 Jun 2013 15:10:31 +0000 (17:10 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Jul 2013 13:33:27 +0000 (15:33 +0200)
commit396a7feb2837f72136b02f8c184d6e90b04661bf
treecbaeb2113aa205a850ebc62553b6a37c5d4a32b4
parent08b889303304849ba3ce08a3a08d913862c17156
In FindExt, eliminate _ext_ne() and make extensions() a simple subroutine.

Previously _ext_ne() was a generator function, and extensions() and
known_extensions() were generated by it. Now that known_extensions() has a
different implementation, extensions() was the last user of _ext_ne(), so
there's no saving by keeping the complexity.
win32/FindExt.pm