Source: libsub-uplevel-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Damyan Ivanov , gregor herrmann Build-Depends: debhelper7, libmodule-build-perl, quilt Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl, libtest-pod-coverage-perl, libtest-perl-critic-perl Standards-Version: 3.7.3 Homepage: http://search.cpan.org/dist/Sub-Uplevel/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-uplevel-perl/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-uplevel-perl/ Package: libsub-uplevel-perl Architecture: all Depends: ${perl:Depends} Description: Sub::Uplevel - safe call stack spoofing for perl Sub::Uplevel from CPAN provides a safe implementation similar to Tcl's uplevel() function. It allows you to safely fool the caller() into thinking it's in a different part of the stack, without knowing that it is being wrapped.