App-Bootstrap
view release on metacpan or search on metacpan
lib/App/Bootstrap.pm view on Meta::CPAN
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;
( run in 0.974 second using v1.01-cache-2.11-cpan-39bf76dae61 )