File: control

package info (click to toggle)
libmonkey-patch-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 148 kB
  • ctags: 32
  • sloc: perl: 175; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 998 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
22
Source: libmonkey-patch-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libsub-delete-perl, libsuper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Monkey-Patch/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmonkey-patch-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmonkey-patch-perl/

Package: libmonkey-patch-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libsub-delete-perl, libsuper-perl
Description: scoped monkey-patching Perl module
 Monkey patching is a way to extend or modify the runtime code of a
 program or library without altering the original source code.
 .
 Monkey::Patch provides lexical scope monkey-patching so that you can wrap
 any other package's subroutine with your own code and still have access
 to the original subroutine.