There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Mojolicious::Plugin::HamlRenderer - Load HAML renderer

SYNOPSIS

# lite app
plugin 'haml_renderer';

# or normal app
$self->plugin('haml_renderer');

DESCRIPTION

Simple plugin to load HAML renderer into your Mojolicious app.

SEE ALSO

MojoX::Renderer::Haml, Text::Haml.