diff --git a/agc_2-X/trunk/SuSE/OpenSuSE Step 2 (cpan mods).sh b/agc_2-X/trunk/SuSE/OpenSuSE Step 2 (cpan mods).sh new file mode 100644 index 00000000..4efc3c25 --- /dev/null +++ b/agc_2-X/trunk/SuSE/OpenSuSE Step 2 (cpan mods).sh @@ -0,0 +1,12 @@ +#!/bin/bash + +export FTP_PASSIVE=1 + +cpan MD5 Digest::MD5 Digest::SHA1 readline +cpan Bundle::CPAN +cpan -f Scalar::Util +cpan DBI +cpan -f DBD::mysql +cpan Net::Telnet Time::HiRes Net::Server Switch Unicode::Map Jcode Spreadsheet::WriteExcel OLE::Storage_Lite Proc::ProcessTable IO::Scalar Spreadsheet::ParseExcel Curses Getopt::Long Net::Domain + +