Re: [perl #41071] require stringifies code references in tied @INC
[p5sagit/p5-mst-13.2.git] / t / op / state.t
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.