Also, probably doesn't matter, but in line 374 (also Makefile.PL)
shouldn't one better test for the existence of the include directory?
i.e. instead of
push(@incs, '/usr/include/w32api') if -d '/usr/lib/w32api';
this:
push(@incs, '/usr/include/w32api') if -d '/usr/include/w32api';
?
Cheers,
Matt
--
Matt Tovey, SGI Support +49-89-382-30111
Message body not shown because it is not plain text.