root/lang/perl/KGopherd/Makefile.PL @ 43

Revision 43, 185 bytes (checked in by tokuhirom, 6 years ago)

lang/perl/KGopherd: initial import.

Line 
1use inc::Module::Install;
2name 'KGopherd';
3all_from 'lib/KGopherd.pm';
4
5requires 'KCatch';
6requires 'Danga::Socket';
7build_requires 'Test::More';
8use_test_base;
9auto_include;
10WriteAll;
Note: See TracBrowser for help on using the browser.