diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-08-03 01:05:28 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 22:26:09 +0000 |
commit | c5987ebb451d843cbf0a792310f25ebaec3f7378 (patch) | |
tree | 3ac52dd4e8a1842a96e9866d534a134a18982f78 /MANIFEST | |
parent | 8e680dc37b34060770f3573bebbd4e34de1c230e (diff) | |
download | perl-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-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |