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 ) = @_;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.895 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )