package App::Bootstrap; use warnings; use strict; use Cwd; use File::Path qw(mkpath); use File::ShareDir qw(module_dir); use Text::Template; =head1 NAME App::Bootstrap - Bootstrap, stub, or install applications =head1 VERSION Version 0.02 =head1 DESCRIPTION This module has been renamed App::Install. Go use that instead. I'll be deleting this stub at the end of July 2007. =cut our $VERSION = '0.02'; 1;