xslate / p5-Text-Xslate

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

Fix issue 156 segmentation fault issue #159

Closed syohex closed 8 years ago

syohex commented 8 years ago

Check array element is not NULL. Because AvARRAY element is NULL instead of &PL_sv_undef since Perl 5.19.3.

See also

This is related to #156, #157. CC: @xinminglai Could you check this patch ?