Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libsub-uplevel-perl / libsub-uplevel-perl-0.1901 / debian / control
1 Source: libsub-uplevel-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5 Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
6  gregor herrmann <gregor+debian@comodo.priv.at>
7 Build-Depends: debhelper7, libmodule-build-perl, quilt
8 Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl,
9  libtest-pod-coverage-perl, libtest-perl-critic-perl
10 Standards-Version: 3.7.3
11 Homepage: http://search.cpan.org/dist/Sub-Uplevel/
12 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-uplevel-perl/
13 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-uplevel-perl/
14
15 Package: libsub-uplevel-perl
16 Architecture: all
17 Depends: ${perl:Depends}
18 Description: Sub::Uplevel - safe call stack spoofing for perl
19  Sub::Uplevel from CPAN provides a safe implementation similar to Tcl's
20  uplevel() function. It allows you to safely fool the caller() into 
21  thinking it's in a different part of the stack, without knowing that
22  it is being wrapped.