Aspect

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
          to not continue with either exception or return_value.
        - Remove some leftover references to after_throwing and after_returning
        - Moved all advice code method documentation into Aspect::Point
        - Added a reduced volume copy of the Aspect::Point method documentation
          to the main Aspect documentation.
        - Ensure $_ is passed through intact during around advice using proceed
        - Aspect::Library::Single no longer incorrectly checks for exceptions,
          as the around advice doesn't catch them during proceed (that will be
          fixed some time after 1.00)
        - Expanded the testing of various edge cases
        - Localise $_ in a more contained manner so that don't copy/backup $_
          for hooked around pointcuts that don't match the runtime part of the
          join point. Using a global for this instead of overloading $_ also
          makes pointcut marginally slightly faster.
 
0.98 Tue 24 May 2011
        - Production release, no change from 0.97_06
        - Major refactoring, documentation and and 1.00 preparation release
        - The API has now moved closed to the AspectJ API where sensible
 
0.97_06 Tue 24 May 2011



( run in 0.713 second using v1.01-cache-2.11-cpan-26ccb49234f )