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