root/lang/perl/HTTP-MobileAttribute/tags/release-0.04/Makefile.PL @ 11910

Revision 8869, 212 bytes (checked in by yappo, 5 years ago)

lang/perl/HTTP-MobileAttribute?: Class::Component 0.14 以上必須よ

Line 
1use inc::Module::Install;
2name 'HTTP-MobileAttribute';
3all_from 'lib/HTTP/MobileAttribute.pm';
4
5requires 'Class::Component'         => '0.14';
6
7build_requires 'Test::More';
8use_test_base;
9auto_include;
10WriteAll;
Note: See TracBrowser for help on using the browser.