root/trunk/Defensio/Makefile.PL

Revision 782, 229 bytes (checked in by breese, 17 months ago)

adding Defensio plugin for Movable Type

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