houseabsolute / HTML-Mason

High-performance, dynamic web site authoring system
https://metacpan.org/release/HTML-Mason/
Other
9 stars 18 forks source link

FR (feature request): use current current method name when call PARENT #28

Open autarch opened 4 years ago

autarch commented 4 years ago

Migrated from rt.cpan.org #104732 (status was 'stalled')

Requestors:

From kes-kes@yandex.ru 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>

autarch commented 4 years ago

From drolsky@cpan.org (@autarch) on 2015-07-18 15:43:02 :

On Wed May 27 13:08:30 2015, kes-kes@yandex.ru 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.