NAME

Alt::Template::Plugin::JSON::Moo - Alternate Template::Plugin::JSON - using Moo

SYNOPSIS

> PERL_ALT_INSTALL=OVERWRITE cpanm Alt::Template::Plugin::JSON::Moo 

[% USE JSON %]

DESCRIPTION

This is a modification of Template::Plugin::JSON, switching it from using Moose to using Moo and Type::Tiny. This allows for the use of the JSON Template plugin without loading Moose or causing the Moosification of all your Moo classes and roles.

BUGS

The use of namespace::clean necessitated the increase of the minimum perl version from 5.6 to 5.8.1.

SEE ALSO