root/ext/Automata-Cellular/Makefile.PL

Revision 13196, 287 bytes (checked in by markstos, 2 years ago)

[ext/Automata-Cellular/Makefile.PL]
Fix typo in Makefile.PL

Line 
1use strict;
2use lib "../../", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('Automata::Cellular');
6version    ('0.1');
7abstract   ('Widget based web templating engine');
8author     ('David Brunton <dbrunton@yahoo.com>');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.