win32/FindExt.pm thought that ext/List-Util was a nonxs extension.
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Sep 2009 21:38:46 +0000 (22:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Sep 2009 21:38:46 +0000 (22:38 +0100)
commit753cab9b78a668a1a4b06f330de228523607d910
treeae8f679623243adb993ff802553097a54da0eb6d
parent6afd19bc36bc53869c8b2366fb22deb141c4156e
win32/FindExt.pm thought that ext/List-Util was a nonxs extension.

(It needed a change analogous to 75cdbdc152433e4b - prior to that, Configure
was looking for ext/$dir/$leaf.xs, which was no longer a valid test after the
upgrade to Scalar-List-Utils 1.21 (2ff286160a117d4e), which renamed Utils.xs
to ListUtil.xs)

win32/FindExt.pm still considers IO-Compress as a nonxs extension.
Configure was special-cased to treat this as dynamic (ie architecture
specific) in 4cc80fc4cbbd82e2.
win32/FindExt.pm