Commit Graph

26 Commits

Author SHA256 Message Date
Dominique Leuenberger
be28aa7484 Accepting request 399319 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/399319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=19
2016-06-05 12:20:56 +00:00
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
dc06397a5b Accepting request 307010 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/307010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=18
2015-05-15 05:44:11 +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
Dominique Leuenberger
63ab829133 Accepting request 296987 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=17
2015-04-16 12:13:20 +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
0a097e3bd9 Accepting request 185412 from devel:languages:perl
- 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+

OBS-URL: https://build.opensuse.org/request/show/185412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=14
2013-08-05 18:49:57 +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
Stephan Kulow
2227ec128b Accepting request 160450 from devel:languages:perl
- remove perl-Eval-Closure-old_Test-More.patch - handle the problem 
  with old distributions in %%prep now

OBS-URL: https://build.opensuse.org/request/show/160450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=13
2013-03-22 11:05:57 +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
07da3d81e0 Accepting request 122779 from devel:languages:perl
- 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/request/show/122779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=10
2012-05-31 15:08:16 +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
6deada669a replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=9
2011-12-06 17:41:01 +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
670aee7945 Accepting request 92413 from devel:languages:perl
- 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/request/show/92413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=8
2011-11-21 11:39:39 +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
Sascha Peilicke
3d1cd3b4c8 Autobuild autoformatter for 75393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=6
2011-07-05 10:19:53 +00:00
Sascha Peilicke
94364e8794 Accepting request 75393 from devel:languages:perl
- fix build on distributions with old Test::More module
  ( perl-Eval-Closure-old_Test-More.patch )

OBS-URL: https://build.opensuse.org/request/show/75393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=5
2011-07-05 10:19:41 +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
OBS User buildservice-autocommit
dc601d1f9b Updating link to change in openSUSE:Factory/perl-Eval-Closure revision 4.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=b6c730f4e2817f4cbcc092f36aec1e4c
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