root/ext/Automata-Cellular/Makefile.PL
| Revision 13196, 287 bytes (checked in by markstos, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use lib "../../", "../../inc"; |
| 3 | use inc::Module::Install prefix => '../../inc'; |
| 4 | |
| 5 | name ('Automata::Cellular'); |
| 6 | version ('0.1'); |
| 7 | abstract ('Widget based web templating engine'); |
| 8 | author ('David Brunton <dbrunton@yahoo.com>'); |
| 9 | license ('perl'); |
| 10 | |
| 11 | WritePugs (6); |
Note: See TracBrowser
for help on using the browser.
