summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 15:36:33 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-04-02 15:36:33 +0000
commit2676273e521c11025a29307ad2079658dd171d4a (patch)
tree25d4d57a8c31afe8d639ca8790b0038e1c73fd27
parent51fa4eeaa214f639610700d3b2aea14f2933be35 (diff)
downloadperl-2676273e521c11025a29307ad2079658dd171d4a.tar.gz
Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
p4raw-id: //depot/perl@847
-rw-r--r--ext/POSIX/POSIX.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm
index 2885c0d84c..33dc73d8f2 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