root/trunk/Defensio/Makefile.PL

Revision 782, 229 bytes (checked in by breese, 5 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
4 use ExtUtils::MakeMaker;
5
6 WriteMakefile(
7     NAME            => 'Defensio',
8     VERSION         => '1.0',
9     DISTNAME        => 'Defensio',
10 );
11
Note: See TracBrowser for help on using the browser.