Path to this page:
./
devel/p5-Scope-Upper,
Perl5 module to act on upper scopes
Branch: CURRENT,
Version: 0.34nb2,
Package name: p5-Scope-Upper-0.34nb2,
Maintainer: pkgsrc-usersThis 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"
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 95.828 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Scope-Upper-0.34nb2
- (2023-07-06) Updated to version: p5-Scope-Upper-0.34nb1
- (2023-06-12) Updated to version: p5-Scope-Upper-0.34
- (2022-06-28) Updated to version: p5-Scope-Upper-0.32nb3
- (2021-05-25) Updated to version: p5-Scope-Upper-0.32nb2
- (2020-09-01) Updated to version: p5-Scope-Upper-0.32nb1
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-12 14:37:24 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.34
Upstream changes:
0.34 2023-03-26 16:00 UTC
+ Add : Contributing guidelines are now listed in the new
CONTRIBUTING file.
+ Fix : [RT #146897] Scope::Upper does not know about RCPV
cop_warnings, and does not know that given is deprecated.
"given" related warnings were silenced, and the new RCPV
interface is now used.
Thanks Yves Orton for reporting and contributing a fix.
+ Fix : Assertion failures triggering on perl version 5.37.10 and
higher with DEBUGGING enabled.
+ Fix : t/64-uplevel-caller.t has been taught about the new call frame
numbering convention.
0.33 2021-12-20 20:30 UTC
+ Fix : [RT #114816] resources/remote/url points to web interface
META files now follow version 2.0 of the CPAN META spec.
Thanks Kent Fredric for reporting.
+ Fix : [RT #139823] : Perl 5 blead breads t/07-context_info.t
t/07-context_info.t has been hardened against warning bits
changes.
Thanks Jim Keenan and Tony Cook for reporting and contributing
a fix.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-10-27 16:04:07 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Scope-Upper) Updated to 0.32
0.32 2019-07-08 12:50 UTC
+ Fix : [RT #129539] : fails with v5.27.3 and later with DEBUGGING
The module has been amended to accomodate with a change of
behaviour of a core macro.
+ Upd : Contact info.
|