Aspect

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	  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.318 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )