root/lang/perl/Botsune/Makefile.PL

Revision 4355, 138 bytes (checked in by woremacx, 5 years ago)

lang/perl/Botsune: initial import (moved from vaginarepos)

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