root/trunk/ForumUtils/Makefile.PL

Revision 1497, 154 bytes (checked in by breese, 9 months ago)

added support for featured entries

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