deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any, libimporter-perl
Description: |-
mechanism for returning to a specific point from a deeply nested stack
Long::Jump 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.
.
This is not quite a match for C's long jump, but it is "close enough". It is
safer than C's jump in that it only lets you escape frames by going up the
stack, you cannot jump in other ways.
Homepage: https://metacpan.org/release/Long-Jump
Installed-Size: '21'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: liblong-jump-perl
Priority: optional
Section: perl
Version: 0.000001-2
srcpkg_name: liblong-jump-perl
srcpkg_version: 0.000001-2