softmoth / raku-Template-Mustache

Raku library for the Mustache template format
https://modules.raku.org/dist/Template::Mustache:cpan:SOFTMOTH
Artistic License 2.0
21 stars 19 forks source link

Small change to allow object stringification to work #4

Closed zostay closed 9 years ago

zostay commented 9 years ago

Makes sure that whatever is passed is stringified before get-entities is called, to prevent ugly, avoidable errors.