The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name 'Catalyst-Helper-View-TT-Bootstrap';
all_from 'lib/Catalyst/Helper/View/TT/Bootstrap.pm';

# Standard Modules 
requires 'Catalyst::Devel';
requires 'Catalyst::View::TT';

auto_install;
WriteAll;