summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-10 13:21:37 -0500
committerGurusamy Sarathy <gsar@cpan.org>1998-02-12 03:09:58 +0000
commitf46d017c815b0d11f074ad6c16247c01f8af2ece (patch)
treeb47db1bbab27e93a3f24e5114c769c4c8ebe7351 /MANIFEST
parent301d9039fb19ffce344369e333240632e80d95d5 (diff)
downloadperl-f46d017c815b0d11f074ad6c16247c01f8af2ece.tar.gz
[win32] fix extra LEAVE when require fails
Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu> Subject: Re: evals and requires make seg-fault with bad require file p4raw-id: //depot/win32/perl@498
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 68708c132a..c354458008 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -684,6 +684,7 @@ t/comp/multiline.t See if multiline strings work
t/comp/package.t See if packages work
t/comp/proto.t See if function prototypes work
t/comp/redef.t See if we get correct warnings on redefined subs
+t/comp/require.t See if require works
t/comp/script.t See if script invokation works
t/comp/term.t See if more terms work
t/comp/use.t See if pragmas work