root/trunk/AutoLink/Makefile.PL

Revision 1551, 230 bytes (checked in by breese, 6 months ago)

updated readme

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