Go to file
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
.gitattributes Accepting request 68128 from devel:languages:perl 2011-05-02 15:00:51 +00:00
.gitignore Accepting request 68128 from devel:languages:perl 2011-05-02 15:00:51 +00:00
Eval-Closure-0.08.tar.gz - updated to 0.08 2012-05-29 14:44:05 +00:00
perl-Eval-Closure-old_Test-More.patch - fix build on distributions with old Test::More module 2011-06-04 18:58:04 +00:00
perl-Eval-Closure.changes - updated to 0.08 2012-05-29 14:44:05 +00:00
perl-Eval-Closure.spec - updated to 0.08 2012-05-29 14:44:05 +00:00