This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fatalize use of $* and $#
authorJames E Keenan <jkeenan@cpan.org>
Fri, 12 Oct 2018 15:55:40 +0000 (11:55 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 17 Oct 2018 11:44:45 +0000 (07:44 -0400)
commitdcb414ac3e404a94d6b3ba0a9a06e72ae0ab368d
tree01241fedf34b26d605a6b931017865bb72ae25e4
parent69aa5ebd1f8de0b4ea51faeba005dbcb734e0bef
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
12 files changed:
MANIFEST
gv.c
lib/B/Deparse.t
pod/perldiag.pod
t/lib/croak/gv [new file with mode: 0644]
t/lib/warnings/2use
t/lib/warnings/gv
t/lib/warnings/toke
t/op/heredoc.t
t/op/lex.t
t/op/postfixderef.t
t/uni/variables.t