This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module::CoreList, regenerate META.yml,
[perl5.git] / t / op / state.t
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-03-27 Rafael Garcia-SuarezFix return value of state assignment ($x=state $y=$z).
2007-03-12 Rafael Garcia-SuarezLike fake scalars, state variables shouldn't get new...
2006-07-07 Rafael Garcia-SuarezFix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-SuarezThe state() implementation is not yet perfect. Check...
2006-07-05 Rafael Garcia-SuarezImplement handling of state variables in list assignment
2006-07-05 Rafael Garcia-SuarezAdd a TODO test for list assignment to a list of state...
2006-05-05 Rafael Garcia-SuarezImplement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-SuarezAnother test for state variables and closures,
2006-05-03 Rafael Garcia-SuarezEnsure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-SuarezNew test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-SuarezAdd "state" feature
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.