state $foo if 0 shouldn't warn. Spotted by Abigail.
[p5sagit/p5-mst-13.2.git] / t / op / state.t
2007-09-06 Nicholas Clark Make state $zok = slosh(); behave as the Perl 6 design...
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-03-27 Rafael Garcia-Suarez Fix return value of state assignment ($x=state $y=$z).
2007-03-12 Rafael Garcia-Suarez Like fake scalars, state variables shouldn't get new...
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez The state() implementation is not yet perfect. Check...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Add a TODO test for list assignment to a list of state...
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-Suarez Another test for state variables and closures,
2006-05-03 Rafael Garcia-Suarez Ensure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-Suarez New test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-Suarez Add "state" feature
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.