The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use true;
use MooseX::Declare;

#  PODNAME: {{$name}}
# ABSTRACT: [Abstract for {{$name}}]

class Text::Toolkit::PLTK::Class::{{$name}} with MooseX::Log::Log4perl {
    use Text::Toolkit::PLTK::Syntax;

}


=begin wikidoc

= SYNOPSIS

[Short description of {{$name}}]

= OVERVIEW

For now, this is just a stub

= TODO

Here's more to tell

=end wikidoc

=cut