root/lang/perl/Shika/trunk/Makefile.PL @ 25041

Revision 25041, 185 bytes (checked in by yappo, 5 years ago)

import Shika

Line 
1use inc::Module::Install;
2name 'Shika';
3all_from 'lib/Shika.pm';
4
5# requires '';
6
7tests 't/*.t';
8author_tests 'xt';
9
10build_requires 'Test::More';
11use_test_base;
12auto_include;
13WriteAll;
Note: See TracBrowser for help on using the browser.