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

HTML::TagClouder::Render::TT - Render HTML::TagClouder With TT

DESCRIPTION

Renders HTML::TagClouder with Template Toolkit. This module expectes a template file named cloud.tt to be in your INCLUDE_PATH, but you can change it by setting the filename parameter:

HTML::TagClouder->new(
   render_class_args => {
      filename => 'mycustom_template.tt'
  }
)

See examples/tt/cloud.tt for an example

METHODS

new

setup

render