root/lang/perl/Template-Plugin-MobileJPPictogram/trunk/Makefile.PL @ 3952

Revision 3952, 272 bytes (checked in by tokuhirom, 5 years ago)

Template-Plugin-MobileJPPictogram: start project

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