root/ext/Getopt-Std/Makefile.PL

Revision 10503, 282 bytes (checked in by gaal, 3 years ago)

correct authorship notice

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use strict;
2use lib "../../", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('Getopt::Std');
6version    ('0.0.1');
7abstract   ('Simple commandline processing for Perl 6');
8author     ('Gaal Yahas <gaal@forum2.org>');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.