root/lang/perl/Acme-Jyogakusei/trunk/Makefile.PL

Revision 2350, 180 bytes (checked in by yappo, 13 months ago)

lang/perl/Acme-Jyogakusei: import

Line 
1use inc::Module::Install;
2name 'Acme-Jyogakusei';
3all_from 'lib/Acme/Jyogakusei.pm';
4
5requires $_ for (qw/ /);
6
7build_requires 'Test::More';
8use_test_base;
9auto_include;
10WriteAll;
Note: See TracBrowser for help on using the browser.