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 ) = @_;
( run in 1.185 second using v1.01-cache-2.11-cpan-65fba6d93b7 )