root/ext/Perldoc/Makefile.PL

Revision 4999, 253 bytes (checked in by iblech, 4 years ago)

Usual svn properties added to 30+ new files :)

  • 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       ('Perldoc');
6version    ('0.01');
7abstract   ('Perl Documentation Tools');
8author     ('Sam "mugwump" Vilain');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.