Commit Graph

12 Commits

Author SHA256 Message Date
Stephan Kulow
ba019221fe - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=15
2013-07-31 14:13:44 +00:00
Stephan Kulow
a125522b24 - updated to 0.10
- fix pod links
      - support lexical subs on 5.18+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=14
2013-07-27 12:47:02 +00:00
Lars Vogdt
9ea024c26e - remove perl-Eval-Closure-old_Test-More.patch - handle the problem
with old distributions in %%prep now

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=12
2013-03-21 14:12:46 +00:00
Stephan Kulow
a178440e77 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=10
2012-05-29 14:44:05 +00:00
OBS User buildservice-autocommit
fd6fdfe91e Updating link to change in openSUSE:Factory/perl-Eval-Closure revision 9.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=1ee38170ddebe77169350be872121f71
2011-12-06 17:41:01 +00:00
Stephan Kulow
fbdb0fe6bb - update to 0.06
- The dumped source from setting $ENV{EVAL_CLOSURE_PRINT_SOURCE} didn't
     show the captured variable creation properly. (Dave Rolsky)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=7
2011-11-18 14:55:07 +00:00
Stephan Kulow
998967590b OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=6 2011-11-11 11:17:36 +00:00
Lars Vogdt
1b0e0c33d9 - fix build on distributions with old Test::More module
( perl-Eval-Closure-old_Test-More.patch )

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=4
2011-06-04 18:58:04 +00:00
Sascha Peilicke
c373248ce2 Autobuild autoformatter for 72088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=4
2011-05-31 11:38:18 +00:00
Sascha Peilicke
c6d49bf02d Accepting request 72088 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/72088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=3
2011-05-31 11:38:06 +00:00
Sascha Peilicke
31cc70f138 Autobuild autoformatter for 68128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=2
2011-05-02 15:01:04 +00:00
Sascha Peilicke
f87b27b360 Accepting request 68128 from devel:languages:perl
new dependencies of perl-Moose

OBS-URL: https://build.opensuse.org/request/show/68128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=1
2011-05-02 15:00:51 +00:00