CGI-Application-Structured-Tools
view release on metacpan or search on metacpan
lib/CGI/Application/Structured/Tools/Starter.pm view on Meta::CPAN
=cut
sub new {
my ( $class, @opts ) = @_;
my $self = $class->SUPER::new(@opts);
$self->{templates} = { $self->templates };
$self->{renderer} = $self->renderer;
return bless $self => $class;
}
=head2 create_distro ( %args )
This method works as advertised in L<Module::Starter>.
=cut
sub create_distro {
my ( $either, @opts ) = @_;
( run in 0.427 second using v1.01-cache-2.11-cpan-49f99fa48dc )