root/ext/Getopt-Std/Makefile.PL
| Revision 10503, 282 bytes (checked in by gaal, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use lib "../../", "../../inc"; |
| 3 | use inc::Module::Install prefix => '../../inc'; |
| 4 | |
| 5 | name ('Getopt::Std'); |
| 6 | version ('0.0.1'); |
| 7 | abstract ('Simple commandline processing for Perl 6'); |
| 8 | author ('Gaal Yahas <gaal@forum2.org>'); |
| 9 | license ('perl'); |
| 10 | |
| 11 | WritePugs (6); |
Note: See TracBrowser
for help on using the browser.
