File: control

package info (click to toggle)
libhook-lexwrap-perl 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 68 kB
  • ctags: 30
  • sloc: perl: 274; makefile: 43
file content (21 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libhook-lexwrap-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Mende <debian@menole.net>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Hook-LexWrap/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhook-lexwrap-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhook-lexwrap-perl/

Package: libhook-lexwrap-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description:  Lexically scoped subroutine wrappers
 Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
 around an existing subroutine. Unlike other modules that provide this
 capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
 implements wrappers in such a way that the standard caller function
 works correctly within the wrapped subroutine.