Provided by: libaspect-perl_1.04-1.1_all bug

NAME

       Aspect::Pointcut::Returning - Function returning without exception

         use Aspect;

         # Don't trap Foo::Exception object exceptions
         after {
             $_->return_value(1)
         } call 'Foo::bar' & returning;

DESCRIPTION

       The Aspect::Pointcut::Returning pointcut is used to match situations in which "after" advice should NOT
       run when the function is throwing an exception.

AUTHORS

       Adam Kennedy <adamk@cpan.org>

COPYRIGHT

       Copyright 2009 - 2013 Adam Kennedy.

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.32.0                                       2021-01-07                   Aspect::Pointcut::Returning(3pm)