App::Bootstrap - Bootstrap, stub, or install applications


App-Bootstrap documentation Contained in the App-Bootstrap distribution.

Index


Code Index:

NAME

Top

App::Bootstrap - Bootstrap, stub, or install applications

VERSION

Top

Version 0.02

DESCRIPTION

Top

This module has been renamed App::Install. Go use that instead. I'll be deleting this stub at the end of July 2007.


App-Bootstrap documentation Contained in the App-Bootstrap distribution.

package App::Bootstrap;

use warnings;
use strict;

use Cwd;
use File::Path qw(mkpath);
use File::ShareDir qw(module_dir);
use Text::Template;

our $VERSION = '0.02';


1;