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

Use modern META filename #19

Closed zoffixznet closed 7 years ago

zoffixznet commented 7 years ago

The META.info is a legacy, pre-Christmas name. While it's still currently supported, META6.json is the new name. And since a lot of people simply copy some module's structure, the old name still proliferates, so we're trying to get rid of it for good by sending PRs to any modules that use the old name, to switch to the modern name.

softmoth commented 7 years ago

Thank you!