Module-Starter-Plugin-CGIApp

 view release on metacpan or  search on metacpan

lib/Module/Starter/Plugin/CGIApp.pm  view on Meta::CPAN


=cut

sub new {
    my ( $proto, %opts ) = @_;
    my $class = ref $proto || $proto;

    my $self = $class->SUPER::new(%opts);
    $self->{templates} = { $self->templates };

    return bless $self => $class;
}

=head2 create_distro ( %args ) 

This method works as advertised in L<Module::Starter|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.414 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )