root/trunk/CommunityTemplateOverride/Makefile.PL

Revision 948, 265 bytes (checked in by breese, 16 months ago)

added Community Template Override - a plugin that allows you to specify the template id of the template you want to render results for any community template

Line 
1# Copyright 2008, Six Apart, Ltd.
2# License: Under the same license as Perl itself
3
4use ExtUtils::MakeMaker;
5
6WriteMakefile(
7    NAME            => 'Community Template Override',
8    VERSION         => '1.0',
9    DISTNAME        => 'CommunityTemplateOverride',
10);
11
Note: See TracBrowser for help on using the browser.