| App-Bootstrap documentation | Contained in the App-Bootstrap distribution. |
App::Bootstrap - Bootstrap, stub, or install applications
Version 0.02
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;