Paketname | libaspect-perl |
Beschreibung | module for Aspect-Oriented Programming in Perl |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.42-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 388 Byte |
Hängt ab von | perl, libsub-uplevel-perl (>= 0.2002), libsub-install-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 95286 Byte |
Prüfsumme MD5 | a25a2fa60abefaff4fc9727469fc833a |
Prüfsumme SHA1 | 00dd862844c3974247653bcbd168bd6418227c68 |
Prüfsumme SHA256 | 0330e67301da0a3f96728222af0c4b0a9a3ec659ef22a0ffc4a0e11b87d70f78 |
Link zum Herunterladen | libaspect-perl_0.42-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.
|