xslate / p5-Text-Xslate

Scalable template engine for Perl5
https://metacpan.org/release/Text-Xslate
Other
121 stars 47 forks source link

Around fix #157

Open xinminglai opened 8 years ago

xinminglai commented 8 years ago

Hi, Please merge this branch, This branch makes the around modifier behave correctly for multiple overrides within multiple components. Thanks!

syohex commented 8 years ago

Is this related to #156 ? And tests are failed except 5.8.

xinminglai commented 8 years ago

Not for issue #156. Please ignore this branch for now, The around fix needs more work. We need the c3 algorithm to make the around work as expected. This patch only fixes the simple case in around modifier for template. Where the declaration in single inheritance. Thanks.