Module-Starter-Plugin-CGIApp

This 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.

INSTALLATION

If you have the Module::Signature module installed, you can verify the
integrity of this distribution by typing:

    cpansign -v
        
Then to install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other modules:

HTML-Template
Module-Starter

At build time you will need the above modules plus the following if you want
to run all the tests

Module-Signature
Test-Builder
Test-Pod 1.22
Test-Pod-Coverage 1.04
Test-Perl-Critic (This test will only run if the env var TEST_AUTHOR = 1)

They are all available on CPAN (http://www.cpan.org)


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc 
command.

    perldoc Module::Starter::Plugin::CGIApp

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Module-Starter-Plugin-CGIApp

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Starter-Plugin-CGIApp

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Module-Starter-Plugin-CGIApp

    CPAN Ratings:
        http://cpanratings.perl.org/d/Module-Starter-Plugin-CGIApp

COPYRIGHT AND LICENCE

Copyright (C) 2008,  Consolidated Braincells Inc. All Rights Reserved.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

$Id: README 7 2008-04-01 06:42:38Z jaldhar $
