root/lang/perl/Jipotter/branches/Cipotter/Makefile.PL @ 9853

Revision 9853, 486 bytes (checked in by charsbar, 5 years ago)

lang/perl/Jipotter: created branches and imported Cipotter skeleton

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