Commit graph

3 commits

Author SHA1 Message Date
sno
047ff831a3 Updating devel/p5-Scope-Upper from 0.09 to 0.10
- Adjusting license definition

Upstream changes:
0.10    2010-01-18 23:50 UTC
        + Fix : Properly handle given/when on 5.10.
        + Fix : Some stack inconsistencies were fixed, though they were unlikely
                to have an impact on your real-life code.
        + Fix : Work around Kwalitee test misfailures.
2010-01-25 14:00:21 +00:00
sno
28ebfa09ed pkgsrc changes:
- updating package for p5 module Scope::Upper from 0.08 to 0.09

Upstream changes:
0.09    2009-05-17 20:20 UTC
        + Add : The new SU_THREADSAFE constant can be used to know whether the
                module could have been built with thread safety enabled.
        + Chg : Thread safety is disabled for perl 5.8 on Win32.
        + Chg : A saner workaround for the "call_sv() during LEAVE clobbers the
                still used last popped stack element" issue on 5.10.
2009-05-19 23:16:24 +00:00
sno
c282f9c36d PkgSrc import of perl 5 module Scope::Upper. This module is a required
dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime)
to 5.800.

This module lets you defer actions at run-time that will take place when the
control flow returns into an upper scope. Currently, you can:

    * hook an upper scope end with "reap"
    * localize variables, array/hash values or deletions of elements in
      higher contexts with respectively "localize", "localize_elem" and
      "localize_delete"
    * return values immediately to an upper level with "unwind", and know
      which context was in use then with "want_at"
2009-04-29 19:34:24 +00:00