root/trunk/ConfigAssistant/Makefile.PL

Revision 1512, 160 bytes (checked in by breese, 8 months ago)

added support for a field set descriptor/help copy. use "description" in your config.yaml under the fieldset identifier

Line 
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4    NAME            => 'Config Assistant',
5    VERSION         => '0.95',
6    DISTNAME        => 'ConfigAssistant',
7);
Note: See TracBrowser for help on using the browser.