root/lang/perl/Net-Server-SS-PreFork/trunk/Makefile.PL
@
35273
| Revision 35273, 342 bytes (checked in by kazuho, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | use inc::Module::Install; |
| 2 | |
| 3 | name 'Net-Server-SS-PreFork'; |
| 4 | author 'Kazuho Oku'; |
| 5 | version_from 'lib/Net/Server/SS/PreFork.pm'; |
| 6 | abstract_from 'lib/Net/Server/SS/PreFork.pm'; |
| 7 | license 'perl'; |
| 8 | |
| 9 | requires 'Net::Server'; |
| 10 | requires 'Server::Starter'; |
| 11 | test_requires 'LWP::Simple'; |
| 12 | test_requires 'Test::TCP' => 0.06; |
| 13 | |
| 14 | auto_include; |
| 15 | auto_install; |
| 16 | |
| 17 | WriteAll; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)