1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libend-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>, Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/End/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libend-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libend-perl/
Package: libend-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl interface for a generalized END {}
The End module exports a single subroutine, end, which allows you to set up
some code that is run whenever the current block is exited, regardless whether
that is due to a return, next, last, redo, exit, die, goto or just reaching
the end of the block.
|