root/trunk/BatchTmplOpts/Makefile.PL

Revision 1235, 154 bytes (checked in by breese, 13 months ago)

adding plugin that allows for the batch setting of publishing options from the template listing screen

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