This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disallow omitting % and @ on hash and array names
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 9 May 2014 23:04:58 +0000 (00:04 +0100)
committerTony Cook <tony@develop-help.com>
Wed, 4 Jun 2014 05:21:08 +0000 (15:21 +1000)
commitb5adc3e5c5c4fa9a0d3b230a000a7644b71a169f
tree1089105ef847a284ea7b9ab3b9d04351f7cf86d2
parent92c6a5ec9f11d991a91d37e304ca77f7a73aa1f9
Disallow omitting % and @ on hash and array names

Really old Perl let you omit the @ on array names and the % on hash
names in some spots.  This has issued a deprecation warning since Perl
5.0, and is no longer permitted.
op.c
pod/perldelta.pod
pod/perldiag.pod
t/lib/croak/op
t/lib/warnings/op
t/op/array.t
t/op/each.t
t/op/push.t