root/trunk/MidCenturyMobile/Makefile.PL

Revision 1510, 214 bytes (checked in by breese, 8 months ago)

adding some missing templates - like the main index, doh!

Line 
1# Copyright 2009, Byrne Reese.
2# License: GPL v3
3
4use ExtUtils::MakeMaker;
5
6WriteMakefile(
7    NAME            => 'Mid-Century Mobile',
8    VERSION         => '1.01',
9    DISTNAME        => 'MidCenturyMobile',
10);
11
Note: See TracBrowser for help on using the browser.