source: trunk/Makefile.PL @ 5

Last change on this file since 5 was 5, checked in by nanardon, 15 years ago
  • kill useless directory
File size: 450 bytes
Line 
1use inc::Module::Install;
2
3name 'Vote';
4all_from 'lib/Vote.pm';
5
6requires 'Catalyst' => '5.7015';
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 repository browser.