[Bps-public-commit] r9552 - RT-Client-Console/trunk
dams at bestpractical.com
dams at bestpractical.com
Mon Nov 5 10:14:56 EST 2007
Author: dams
Date: Mon Nov 5 10:14:50 2007
New Revision: 9552
Modified:
RT-Client-Console/trunk/Makefile.PL
Log:
added dependancies
Modified: RT-Client-Console/trunk/Makefile.PL
==============================================================================
--- RT-Client-Console/trunk/Makefile.PL (original)
+++ RT-Client-Console/trunk/Makefile.PL Mon Nov 5 10:14:50 2007
@@ -9,8 +9,16 @@
ABSTRACT_FROM => 'lib/RT/Client/Console.pm',
PL_FILES => {},
PREREQ_PM => {
+ 'Config::Tiny' => 0,
+ 'Curses' => 0,
+ 'Params::Validate' => 0,
+ 'POE' => 0,
+ 'Curses::Widgets' => 0,
+ 'RT::Client::REST' => 0,
+ 'Curses::Forms' => 0,
'Test::More' => 0,
'version' => 0,
+ 'Error' => 0,
},
EXE_FILES => [ 'bin/rtconsole' ],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
More information about the Bps-public-commit
mailing list