root/lang/perl/Module-Cloud/tags/Module-Cloud-0.03/Makefile.PL @ 9785

Revision 9785, 341 bytes (checked in by hanekomu, 5 years ago)

r6134@nbgr: marcel | 2008-04-18 16:48:32 +0200
lang/perl/Module-Cloud: initial commit

Line 
1use inc::Module::Install;
2name 'Module-Cloud';
3all_from 'lib/Module/Cloud.pm';
4
5requires 'Class::MethodMaker';
6requires 'File::Find::Rule::MMagic';
7requires 'Getopt::Attribute';
8requires 'HTML::TagCloud';
9requires 'Module::ExtractUse';
10
11build_requires 'Test::More';
12install_script 'bin/module_cloud';
13
14use_test_base;
15auto_include;
16WriteAll;
Note: See TracBrowser for help on using the browser.