Fedora Packages

perl-Long-Jump

Mechanism for returning to a specific point from a deeply nested stack

This Perl module essentially provides a multi-level return. You can mark a spot with setjump() and then unwind the stack back to that point from any nested stack frame by name using longjump(). You can also provide a list of return values. It is safer than C language jump in that it only lets you escape frames by going up the stack, you cannot jump in other ways.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.000001-13.fc40 -
Fedora 40 0.000001-13.fc40 -
Fedora 39 0.000001-11.fc39 -
Fedora 38 0.000001-10.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Long-Jump dash maintainers at fedoraproject dot org.



Sources on Pagure