summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-08-09 17:53:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-08-09 17:53:48 +0000
commit2aea9f8a7ec940891eef705f344a93a3b76154a2 (patch)
treef75e819e338488fc981af8991f130c70eb682b48 /MANIFEST
parente4050d2591f230e8d00bb5370c5549e7398a5d99 (diff)
downloadperl-2aea9f8a7ec940891eef705f344a93a3b76154a2.tar.gz
fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
p4raw-id: //depot/perl@1776
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 9cdf7ae56c..91147fda99 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1132,6 +1132,9 @@ t/pragma/strict.t See if strictures work
t/pragma/subs.t See if subroutine pseudo-importation works
t/pragma/warn-1global Tests of global warnings for warning.t
t/pragma/warn-2use Tests for "use warning" for warning.t
+t/pragma/warn-3both Tests for interaction of $^W and "use warning"
+t/pragma/warn-4lint Tests for -W switch
+t/pragma/warn-5nolint Tests for -X switch
t/pragma/warn-doio Tests for doio.c for warning.t
t/pragma/warn-gv Tests for gv.c for warning.t
t/pragma/warn-mg Tests for mg.c for warning.t