This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For now, forbid all list assignment initialisation of state variables,
authorNicholas Clark <nick@ccl4.org>
Sat, 8 Sep 2007 22:34:29 +0000 (22:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 8 Sep 2007 22:34:29 +0000 (22:34 +0000)
commit6dbe9451abb7e30d650de45d484c69e6c34bbd36
tree9ffa248394ec7c0919a7a814e2e1b1a461f0f674
parentaab6a793686b4f073e16b436e1705cd0e9106ced
For now, forbid all list assignment initialisation of state variables,
as the precise semantics in Perl 6 are not clear. Better to make it a
syntax error, than to have one behaviour now, but change it later.
[I believe that this is the consensus. If not, it will be backed out]

p4raw-id: //depot/perl@31824
op.c
pod/perldiag.pod
t/op/state.t