summaryrefslogtreecommitdiff
path: root/t/op/state.t
Commit message (Expand)AuthorAgeFilesLines
* Disable lexical $_Father Chrysostomos2015-09-291-17/+1
* state.t: Improve test for #123029Father Chrysostomos2014-10-211-1/+1
* [perl #123029]: add regression testAaron Crane2014-10-211-1/+9
* Test state vars following padranges [Perl #121134]Matthew Horsfall2014-02-031-1/+31
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-0/+1
* [perl #117095] state var init getting skippedDavid Mitchell2013-03-121-1/+12
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-201-1/+1
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+1
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-111-1/+7
* deprecate "goto" to jump into a constructGerard Goossen2009-11-211-1/+1
* [perl #49522] state variable not availableDave Mitchell2008-01-191-1/+45
* silence warning in new state.t test (spotted by Jerry Hedden)Dave Mitchell2007-09-101-1/+1
* when anon subs are cloned, the 'assign once only' flag should beDave Mitchell2007-09-101-1/+16
* state variables shouldn't be shared between anon subsDave Mitchell2007-09-091-1/+13
* For now, forbid all list assignment initialisation of state variables,Nicholas Clark2007-09-081-12/+26
* More testsAbigail2007-09-061-2/+175
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-7/+8
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-241-60/+8
* Fix return value of state assignment ($x=state $y=$z).Rafael Garcia-Suarez2007-03-271-5/+39
* Like fake scalars, state variables shouldn't get new pad entriesRafael Garcia-Suarez2007-03-121-1/+11
* Fix the implementation of list assignment to state().Rafael Garcia-Suarez2006-07-071-2/+0
* The state() implementation is not yet perfect. Check in a new todo testRafael Garcia-Suarez2006-07-061-1/+16
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-5/+2
* Add a TODO test for list assignment to a list of state variables.Rafael Garcia-Suarez2006-07-051-1/+19
* Implement state array and state hashes. Initialisation assignmentRafael Garcia-Suarez2006-05-051-1/+28
* Another test for state variables and closures,Rafael Garcia-Suarez2006-05-041-2/+27
* Ensure that C<(state $x) = $y> is not a state assignmentRafael Garcia-Suarez2006-05-031-1/+9
* New test case for state variables with ties, suggested by NicholasRafael Garcia-Suarez2006-05-031-1/+14
* Add "state" featureRafael Garcia-Suarez2006-05-031-0/+1
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-0/+65