diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-09 17:53:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-09 17:53:48 +0000 |
commit | 2aea9f8a7ec940891eef705f344a93a3b76154a2 (patch) | |
tree | f75e819e338488fc981af8991f130c70eb682b48 /MANIFEST | |
parent | e4050d2591f230e8d00bb5370c5549e7398a5d99 (diff) | |
download | perl-2aea9f8a7ec940891eef705f344a93a3b76154a2.tar.gz |
fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
p4raw-id: //depot/perl@1776
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |