root/ext/FA-DFA/Makefile.PL

Revision 7493, 258 bytes (checked in by iblech, 3 years ago)

* pugs::hack: Added ext/FA-DFA to the directory tree.
* ext/FA-DFA/Makefile.PL: Typo fix.

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use lib "../../", "../../inc";
2use inc::Module::Install prefix => '../../inc';
3
4name       ('FA-DFA');
5version    ('0.01');
6abstract   ('An extremely simple Deterministic Finite Automata');
7author     ('David Formosa');
8license    ('perl');
9
10WritePugs  (6);
Note: See TracBrowser for help on using the browser.