These are pretty minor (though fix one test-case and can make CPAN.pm
behave better).
p5p-msgid: <
199612252105.QAA11890@monk.mps.ohio-state.edu>
#define tmpfile my_tmpfile
#define tmpnam my_tmpnam
+#define isatty _isterm
/*
* fwrite1() should be a routine with the same calling sequence as fwrite(),
$Verbose = 1;
WriteMakefile(
'NAME' => 'Mytest2::mylib',
- 'clean' => {'FILES' => 'libmylib.a'},
+ 'clean' => {'FILES' => 'libmylib$(LIB_EXT)'},
);