Aspect documentation
Aspect - README
Aspect - Changes
Aspect - META.yml
Aspect Makefile.PL
Aspect - Aspect-Oriented Programming (AOP) for Perl
[
view source
]
Aspect::Advice - Change how Perl code is run at a pointcut
[
view source
]
Aspect::Advice::After - Execute code after a function is called
[
view source
]
Aspect::Advice::Around - Execute code both before and after a function
[
view source
]
Aspect::Advice::Before - Execute code before a function is called
[
view source
]
Aspect::Guard - General purpose guard object for destroy-time actions
[
view source
]
Aspect::Hook - Holding area for internal generated code
[
view source
]
Aspect::Legacy - Legacy Compatibility for Aspect.pm
[
view source
]
Aspect::Library - Base class for all reusable aspects
[
view source
]
Aspect::Library::Breakpoint - A breakpoint aspect
[
view source
]
Aspect::Library::Listenable - Observer pattern with events
[
view source
]
Aspect::Library::Listenable::Event [
view source
]
Aspect::Library::Singleton - A singleton aspect
[
view source
]
Aspect::Library::Wormhole - A wormhole between call frames
[
view source
]
Aspect::Modular - First generation base class for reusable aspects
[
view source
]
Aspect::Point - The Join Point context
[
view source
]
Aspect::Point::Functions - Allow point context methods to be called as functions
[
view source
]
Aspect::Point::Static - The Join Point context for join point static parts
[
view source
]
Aspect::Pointcut - API for determining which events should be hooked
[
view source
]
Aspect::Pointcut::And - Logical 'and' pointcut
[
view source
]
Aspect::Pointcut::Call - Call pointcut
[
view source
]
Aspect::Pointcut::Cflow - Cflow pointcut
[
view source
]
Aspect::Pointcut::Highest - Pointcut for preventing recursive matching
[
view source
]
Aspect::Pointcut::Logic - Pointcut logic role
[
view source
]
Aspect::Pointcut::Not - Logical 'not' pointcut
[
view source
]
Aspect::Pointcut::Or - Logical 'or' pointcut
[
view source
]
Aspect::Pointcut::Returning - Function returning without exception
[
view source
]
Aspect::Pointcut::Throwing - Exception typing pointcut
[
view source
]
Aspect::Pointcut::True - Pointcut that allows arbitrary Perl code
[
view source
]
Aspect::Pointcut::Wantarray - A pointcut for the run-time wantarray context
[
view source
]
Back to
home
.
Contained in the
Aspect
distribution.