File: control

package info (click to toggle)
libaspect-perl 1.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 704 kB
  • sloc: perl: 6,846; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: libaspect-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>,
 Ryan Niebur <ryan@debian.org>,
 Angel Abad <angel@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libparams-util-perl,
 libsub-install-perl,
 libsub-uplevel-perl,
 libtask-weaken-perl,
 libtest-class-perl,
 libtest-exception-perl,
 libtest-nowarnings-perl,
 perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libaspect-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libaspect-perl.git
Homepage: https://metacpan.org/release/Aspect/

Package: libaspect-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libparams-util-perl,
 libsub-install-perl,
 libsub-uplevel-perl,
 libtask-weaken-perl
Suggests: libbenchmark-timer-perl
Description: module for Aspect-Oriented Programming in Perl
 Aspect-oriented Programming (AOP) is a programming method developed by Xerox
 PARC and others. The basic idea is that in complex class systems there are
 certain aspects or behaviors that cannot normally be expressed in a coherent,
 concise and precise way. One example of such aspects are design patterns,
 which combine various kinds of classes to produce a common type of behavior.
 Another is logging. For more information, see <URL:http://www.aosd.net>.
 .
 The Perl Aspect module is focused on subroutine matching and wrapping. It
 allows you to select collections of subroutines using a flexible pointcut
 language, and modify their behavior in any way you want.