summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-08-03 01:05:28 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-08-08 22:26:09 +0000
commitc5987ebb451d843cbf0a792310f25ebaec3f7378 (patch)
tree3ac52dd4e8a1842a96e9866d534a134a18982f78 /MANIFEST
parent8e680dc37b34060770f3573bebbd4e34de1c230e (diff)
downloadperl-c5987ebb451d843cbf0a792310f25ebaec3f7378.tar.gz
5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
Message-Id: <199808021905.WAA10592@alpha.hut.fi> p4raw-id: //depot/perl@1762
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f99b04539a..3f0d4816a0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1064,6 +1064,7 @@ t/op/fork.t See if fork works
t/op/glob.t See if <*> works
t/op/goto.t See if goto works
t/op/goto_xs.t See if "goto &sub" works on XSUBs
+t/op/grent.t See if getgr*() functions work
t/op/groups.t See if $( works
t/op/gv.t See if typeglobs work
t/op/hashwarn.t See if warnings for bad hash assignments work
@@ -1085,6 +1086,7 @@ t/op/pack.t See if pack and unpack work
t/op/pat.t See if esoteric patterns work
t/op/pos.t See if pos works
t/op/push.t See if push and pop work
+t/op/pwent.t See if getpw*() functions work
t/op/quotemeta.t See if quotemeta works
t/op/rand.t See if rand works
t/op/range.t See if .. works