App-Install

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

App-Install

Easily create installation scripts to churn out
stubs/frameworks/installations of applications.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

lib/App/Install.pm  view on Meta::CPAN

following?

    module-starter
    catalyst.pl
    kwiki-install
    minimvc-install

Each of these scripts comes packaged with its respective distro
(Module::Starter, Catalyst::Helper, Kwiki, and MasonX::MiniMVC
respectively) and is used to install an application or create a
framework, stub, or starting point for your own application.

If you're not familiar with any of those modules and their installers,
imagine a theoretical module Foo::Bar, providing some kind of CGI
application,  which comes with a foo-install script.  When you run
foo-install, it creates a directory structure like this:

    foo.cgi
    lib/
    lib/Foo/Local.pm
    t/



( run in 1.230 second using v1.01-cache-2.11-cpan-e1769b4cff6 )