diff options
author | James E Keenan <jkeenan@cpan.org> | 2018-10-12 11:55:40 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-10-17 07:44:45 -0400 |
commit | dcb414ac3e404a94d6b3ba0a9a06e72ae0ab368d (patch) | |
tree | 01241fedf34b26d605a6b931017865bb72ae25e4 /MANIFEST | |
parent | 69aa5ebd1f8de0b4ea51faeba005dbcb734e0bef (diff) | |
download | perl-dcb414ac3e404a94d6b3ba0a9a06e72ae0ab368d.tar.gz |
Fatalize use of $* and $#
Adapt tests in various files to removal of these variables. Add
t/lib/croak/gv to test fatalizations of $# and $* -- tests therein
adapted from tests formerly in t/lib/warnings/gv.
Per: RT # 133583
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5422,6 +5422,7 @@ t/lib/common.pl Helper for lib/{warnings,feature}.t t/lib/commonsense.t See if configuration meets basic needs t/lib/Count.pm Helper for t/op/method.t t/lib/croak.t Test calls to Perl_croak() in the C source. +t/lib/croak/gv Test croak calls from gv.c t/lib/croak/mg Test croak calls from mg.c t/lib/croak/op Test croak calls from op.c t/lib/croak/pp Test croak calls from pp.c |