Minor OS/2 fixes
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Wed, 25 Dec 1996 21:05:42 +0000 (16:05 -0500)
committerChip Salzenberg <chip@atlantic.net>
Fri, 27 Dec 1996 18:22:00 +0000 (06:22 +1200)
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>

os2/os2ish.h
pod/perlxstut.pod

index cf945f3..b2e1f66 100644 (file)
@@ -98,6 +98,7 @@ char *my_tmpnam (char *);
 
 #define tmpfile        my_tmpfile
 #define tmpnam my_tmpnam
+#define isatty _isterm
 
 /*
  * fwrite1() should be a routine with the same calling sequence as fwrite(),
index 501a348..7371cb6 100644 (file)
@@ -491,7 +491,7 @@ And finally create a file Makefile.PL that looks like this:
        $Verbose = 1;
        WriteMakefile(
            'NAME' => 'Mytest2::mylib',
-           'clean'     => {'FILES' => 'libmylib.a'},
+           'clean'     => {'FILES' => 'libmylib$(LIB_EXT)'},
        );