root/websites/camr/trunk/Makefile.PL

Revision 7271, 459 bytes (checked in by typester, 9 months ago)

initial import

Line 
1use inc::Module::Install;
2
3name 'Camr';
4all_from 'lib/Camr.pm';
5
6requires 'Catalyst::Runtime' => '5.7011';
7requires 'Catalyst::Plugin::ConfigLoader';
8requires 'Catalyst::Plugin::Static::Simple';
9requires 'Catalyst::Action::RenderView';
10requires 'YAML'; # This should reflect the config file format you've chosen
11                 # See Catalyst::Plugin::ConfigLoader for supported formats
12catalyst;
13
14install_script glob('script/*.pl');
15auto_install;
16WriteAll;
Note: See TracBrowser for help on using the browser.