Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
Malcolm Beattie [Thu, 2 Apr 1998 15:36:33 +0000 (15:36 +0000)]
p4raw-id: //depot/perl@847

ext/POSIX/POSIX.pm

index 2885c0d..33dc73d 100644 (file)
@@ -179,6 +179,7 @@ Exporter::export_tags();
     alarm chdir chown close fork getlogin getppid getpgrp link
        pipe read rmdir sleep unlink write
     utime
+    nice
 );
 
 # Grandfather old foo_h form to new :foo_h form