root/lang/perl/Net-Partty-Screen/trunk/Makefile.PL
@
8613
| Revision 8613, 311 bytes (checked in by yappo, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | use inc::Module::Install; |
| 2 | name 'Net-Partty-Screen'; |
| 3 | all_from 'lib/Net/Partty/Screen.pm'; |
| 4 | |
| 5 | requires $_ for (qw/ |
| 6 | Net::Partty |
| 7 | Term::Cap |
| 8 | Term::Screen |
| 9 | /); |
| 10 | |
| 11 | features( |
| 12 | 'debug mode' => [ |
| 13 | recommends('Term::ReadKey'), |
| 14 | ], |
| 15 | ); |
| 16 | |
| 17 | build_requires 'Test::More'; |
| 18 | use_test_base; |
| 19 | auto_include; |
| 20 | 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)