root/ext/Parse-Rule/Makefile.PL

Revision 8268, 284 bytes (checked in by luqui, 3 years ago)

Very beginnings of a PGE port in perl 6.

Line 
1use strict;
2use lib "../..", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('Parse-Rule');
6version    ('0.0.1');
7abstract   ('Perl 6 port of the Parrot Grammar Engine');
8author     ('Luke Palmer <lrpalmer@gmail.com>');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.