From: Malcolm Beattie Date: Thu, 2 Apr 1998 15:36:33 +0000 (+0000) Subject: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2676273e521c11025a29307ad2079658dd171d4a;p=p5sagit%2Fp5-mst-13.2.git Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait) p4raw-id: //depot/perl@847 --- diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 2885c0d..33dc73d 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -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