xslate / p5-Text-Xslate

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

do not set INC manually #204

Closed skaji closed 4 years ago

skaji commented 4 years ago

Module::Build or "prove" pass INC via PERL5LIB environment variable, so we do not need to set INC by ourselves.

This will fix #202