Only require File::Spec::Functions on Win32, as only it needs rel2abs().
authorNicholas Clark <nick@ccl4.org>
Tue, 29 Sep 2009 15:23:37 +0000 (16:23 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Sep 2009 15:23:37 +0000 (16:23 +0100)
commite60ffd4f1584916e71476ec18523e5a74e213530
treeabe739cca96084383e1407ae43b78eb8673d421f
parent9b7091183a0e6b41a658e590f90e543efae3b2e4
Only require File::Spec::Functions on Win32, as only it needs rel2abs().

This seems easier than changing @INC so that it loads, but causing all other
platforms to have to load a module they don't need.
make_ext.pl