Revisions of perl-Eval-Closure
Dominique Leuenberger (dimstar_suse)
accepted
request 399319
from
Stephan Kulow (coolo)
(revision 19)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 296987
from
Stephan Kulow (coolo)
(revision 17)
1
Adrian Schröter (adrianSuSE)
committed
(revision 16)
Split 13.2 from Factory
Adrian Schröter (adrianSuSE)
committed
(revision 15)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 185412
from
Stephan Kulow (coolo)
(revision 14)
- updated to 0.11 - add "alias => 1" option for making closure variables actually alias the closed over variables (so the variable referenced in the environment hashref will actually be updated by changes made in the closure). (Toby Inkster, #3) - updated to 0.10 - fix pod links - support lexical subs on 5.18+
Stephan Kulow (coolo)
accepted
request 160450
from
Lars Vogdt (lrupp)
(revision 13)
- remove perl-Eval-Closure-old_Test-More.patch - handle the problem with old distributions in %%prep now
Adrian Schröter (adrianSuSE)
committed
(revision 12)
Split 12.3 from Factory
Adrian Schröter (adrianSuSE)
committed
(revision 11)
branched from openSUSE:Factory
Stephan Kulow (coolo)
accepted
request 122779
from
Stephan Kulow (coolo)
(revision 10)
- updated to 0.08 - Remove a double layer of string eval that was introduced in 0.07 as an intermediate step in figuring out the unique package thing - it's not necessary with the final implementation, and just makes things slower and hides errors. - the given source is now evaled in a unique package for every eval_closure call (it used to always be evaled in the Eval::Closure package, which was especially buggy). this is to avoid issues where one eval_closure modifies the global environment (by, say, importing a function), which could mess up a later call. unfortunately, this means that the memoization stuff no longer works, since it will result in memoized results using the original package, which defeats the purpose. i'm open to suggestions on how to safely reenable it though. - clean up a few stray lexicals we were still closing over in the eval
Stephan Kulow (coolo)
committed
(revision 9)
replace license with spdx.org variant
Stephan Kulow (coolo)
accepted
request 92413
from
Stephan Kulow (coolo)
(revision 8)
- update to 0.06 - The dumped source from setting $ENV{EVAL_CLOSURE_PRINT_SOURCE} didn't show the captured variable creation properly. (Dave Rolsky)
Adrian Schröter (adrianSuSE)
committed
(revision 7)
Sascha Peilicke (saschpe)
committed
(revision 6)
Autobuild autoformatter for 75393
Sascha Peilicke (saschpe)
accepted
request 75393
from
Stephan Kulow (coolo)
(revision 5)
- fix build on distributions with old Test::More module ( perl-Eval-Closure-old_Test-More.patch )
Sascha Peilicke (saschpe)
committed
(revision 4)
Autobuild autoformatter for 72088
Sascha Peilicke (saschpe)
committed
(revision 2)
Autobuild autoformatter for 68128
Sascha Peilicke (saschpe)
accepted
request 68128
from
Stephan Kulow (coolo)
(revision 1)
new dependencies of perl-Moose
Displaying all 19 revisions