root/lang/perl/Twitter-Shell/trunk/Makefile.PL
@
35666
| Revision 29157, 273 bytes (checked in by daisuke, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use inc::Module::Install; |
| 3 | |
| 4 | name("Twitter-Shell"); |
| 5 | all_from('lib/Twitter/Shell.pm'); |
| 6 | requires("Class::Accessor::Fast"); |
| 7 | requires("Config::Any"); |
| 8 | requires("Net::Twitter"); |
| 9 | requires("Term::Shell"); |
| 10 | |
| 11 | install_script('script/twittershell'); |
| 12 | |
| 13 | &auto_install; |
| 14 | &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)