root/trunk/ForumUtils/Makefile.PL

Revision 783, 154 bytes (checked in by breese, 5 months ago)

added support for dynamic publishing

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