This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Minor refactors to FindExt's test, removing code duplication.
authorNicholas Clark <nick@ccl4.org>
Fri, 14 Jun 2013 09:28:31 +0000 (11:28 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Jul 2013 13:33:27 +0000 (15:33 +0200)
commitadede1cdbfb291b7f8dee95da22884f2d465056e
tree5d01f5a5fdbf19b1d60265c875672c359034a24b
parent43ccc0dbf87e28eafef70ac7905b65768f810bbd
Minor refactors to FindExt's test, removing code duplication.

Use a ternary instead of if/unless on the same $^O test.
Use a loop to call FindExt::scan_ext()
As FindExt exports nothing, we can require it rather than using it.
t/porting/FindExt.t