# IMPORTANT: if you delete this file your app will not work as # expected. you have been warned use inc::Module::Install 0.87; name 'LOLCGI'; all_from 'lib/LOLCGI.pm'; requires 'Catalyst::Runtime' => '5.7015'; requires 'Catalyst::Plugin::ConfigLoader'; requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Action::RenderView'; requires 'parent'; requires 'Config::General'; # This should reflect the config file format you've chosen # See Catalyst::Plugin::ConfigLoader for supported formats catalyst; install_script glob('script/*.pl'); auto_install; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/LOLCGI/'; WriteAll;