Module::Starter::Plugin::CGIApp is a plugin for Module::Starter that builds you a skeleton CGI::Application module with all the extra files needed to package it for CPAN. You can customize the output using HTML::Template.
SYNOPSIS
use Module::Starter qw(
Module::Starter::Plugin::CGIApp
);
Module::Starter->create_distro(%args);
This module subclasses Module::Starter::Simple and includes functionality similar to Module::Starter::Plugin::Template. This document only describes the methods which are overriden from those modules or are new.
Only developers looking to extend this module need to read this. If you just want to use Module::Starter::Plugin::CGIApp, read the docs for cgiapp-starter or titanium-starter instead.
Product's homepage
Requirements:
· Perl