We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.cpan.org #104732 (status was 'stalled')
Requestors:
From [email protected] on 2015-05-27 17:08:30 :
<%method processArgs> <& PARENT, %ARGS &> </%method>
when inside method use current method name. This must be same as before:
<%method processArgs> <& PARENT:processArgs, %ARGS &> </%method>
The text was updated successfully, but these errors were encountered:
From [email protected] (@autarch) on 2015-07-18 15:43:02 :
On Wed May 27 13:08:30 2015, [email protected] wrote:
<%method processArgs> <& PARENT, %ARGS &> </%method> when inside method use current method name. This must be same as before: <%method processArgs> <& PARENT:processArgs, %ARGS &> </%method>
This module is in maintenance mode. I'll take a look at bugs, but we're not adding features to it.
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.cpan.org #104732 (status was 'stalled')
Requestors:
From [email protected] on 2015-05-27 17:08:30
:
<%method processArgs>
<& PARENT, %ARGS &>
</%method>
when inside method use current method name. This must be same as before:
<%method processArgs>
<& PARENT:processArgs, %ARGS &>
</%method>
The text was updated successfully, but these errors were encountered: