root/lang/perl/Sledge-Plugin-ShowImage/tags/release-0.03/Makefile.PL @ 13986

Revision 13986, 271 bytes (checked in by tokuhirom, 5 years ago)

initial import

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