root/ext/Perldoc/Makefile.PL
| Revision 4999, 253 bytes (checked in by iblech, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use lib "../../", "../../inc"; |
| 3 | use inc::Module::Install prefix => '../../inc'; |
| 4 | |
| 5 | name ('Perldoc'); |
| 6 | version ('0.01'); |
| 7 | abstract ('Perl Documentation Tools'); |
| 8 | author ('Sam "mugwump" Vilain'); |
| 9 | license ('perl'); |
| 10 | |
| 11 | WritePugs (6); |
Note: See TracBrowser
for help on using the browser.
