1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
libaspect-perl (0.45-1) unstable; urgency=low
From upstream Changes:
Renamed the new API for join point contexts from Aspect::Context
to Aspect::Point.
-- gregor herrmann <gregoa@debian.org> Mon, 17 May 2010 17:46:32 +0200
libaspect-perl (0.37-1) unstable; urgency=low
THIS RELEASE CONTAINS API CHANGES THAT MAY BREAK EXISTING CODE
To retain compatibility with previous releases, you should change
all of your after() calls to after_returning() calls. The after()
advice now traps BOTH originary return values and exceptions, as
per the AspectJ implementation
-- Jonathan Yu <jawnsy@cpan.org> Sat, 16 Jan 2010 01:44:34 -0500
|