Mercurial > hg > savane-forge
view Makefile.PL @ 0:02d30d4e5ec8
Initial import
author | Michael J. Flickinger <mjflick@gnu.org> |
---|---|
date | Sun, 18 Jan 2009 15:01:27 -0500 |
parents | |
children |
line wrap: on
line source
# IMPORTANT: if you delete this file your app will not work as # expected. you have been warned use inc::Module::Install; name 'Savane'; all_from 'lib/Savane.pm'; requires 'Catalyst::Runtime' => '5.7014'; 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; WriteAll;