Paketname | libaspect-perl |
Beschreibung | module for Aspect-Oriented Programming in Perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.90-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 428 Byte |
Hängt ab von | perl, libsub-uplevel-perl (>= 0.2002), libsub-install-perl, libparams-util-perl (>= 1.00) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 111784 Byte |
Prüfsumme MD5 | 380093c35023ab3010739f365d0e86a2 |
Prüfsumme SHA1 | 721217da90772e540517ec39836ba3713afe02e4 |
Prüfsumme SHA256 | 70dc72a6d4e63cbf8cd62d5b1005622f5df3dc31d22221bdc001f3d21e2a69d4 |
Link zum Herunterladen | libaspect-perl_0.90-1_all.deb |
Ausführliche Beschreibung | 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 .
.
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.
|