This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
startkve.t: Refactor setting of $errpat
[perl5.git] / t / op / state.t
2015-09-29 Father ChrysostomosDisable lexical $_
2014-10-22 Father Chrysostomosstate.t: Improve test for #123029
2014-10-21 Aaron Crane[perl #123029]: add regression test
2014-02-02 Matthew HorsfallTest state vars following padranges [Perl #121134]
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-12 David Mitchell[perl #117095] state var init getting skipped
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2012-12-04 Father ChrysostomosDeprecate lexical $_
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2009-11-21 Gerard Goossendeprecate "goto" to jump into a construct
2008-01-19 Dave Mitchell[perl #49522] state variable not available
2007-09-10 Dave Mitchellsilence warning in new state.t test (spotted by Jerry...
2007-09-10 Dave Mitchellwhen anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchellstate variables shouldn't be shared between anon subs
2007-09-08 Nicholas ClarkFor now, forbid all list assignment initialisation...
2007-09-06 AbigailMore tests
2007-09-06 Nicholas ClarkMake state $zok = slosh(); behave as the Perl 6 design...
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.