summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-05 11:35:48 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-05 11:35:48 +0000
commit098f0b123c5e53f85af434b493a8adabcde2e18f (patch)
treefdeb231feb44739fee263a00e91c5a0f40f405de /MANIFEST
parent83a44efe0f25f926e57d27d2045131cfcd0373de (diff)
downloadperl-098f0b123c5e53f85af434b493a8adabcde2e18f.tar.gz
New test for getppid(), by Alexey Tourbin
p4raw-id: //depot/perl@24709
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 9fb3834224..2e5af00f3d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2780,6 +2780,7 @@ t/op/filetest.t See if file tests work
t/op/flip.t See if range operator works
t/op/fork.t See if fork works
t/op/getpid.t See if $$ and getppid work with threads
+t/op/getppid.t See if getppid works
t/op/glob.t See if <*> works
t/op/gmagic.t See if GMAGIC works
t/op/goto.t See if goto works