1
0
Commit Graph

11 Commits

Author SHA256 Message Date
Stephan Kulow
0e3cc2670d Accepting request 399093 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/399093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=21
2016-06-01 04:50:46 +00:00
Stephan Kulow
a6f2f7f847 Accepting request 306772 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/306772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=19
2015-05-13 15:00:31 +00:00
Stephan Kulow
6756565d72 Accepting request 296880 from devel:languages:perl:autoupdate
update to be fixed manually

OBS-URL: https://build.opensuse.org/request/show/296880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=17
2015-04-15 18:57:38 +00:00
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
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
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
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
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