From 422f1dbe149e6a5b9c17ad1bb8726339a3a8fa3b Mon Sep 17 00:00:00 2001 From: mikec Date: Tue, 11 Mar 2008 20:44:23 +0000 Subject: [PATCH] Added Switch as a required CPAN perl libary git-svn-id: svn://192.168.202.10@792 3d104415-ff17-0410-8863-d5cf3c621b8a --- UPGRADE | 4 +++- docs/REQUIRED_APPS_INSTALL.txt | 1 + docs/SCRATCH_INSTALL.txt | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPGRADE b/UPGRADE index a201a2cc..46832f30 100644 --- a/UPGRADE +++ b/UPGRADE @@ -56,7 +56,9 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom 10. The start of a new QC (Quality Control) feature [non functional right now] - +11. Install the Switch perl module from CPAN + perl -MCPAN -e shell + - install Switch diff --git a/docs/REQUIRED_APPS_INSTALL.txt b/docs/REQUIRED_APPS_INSTALL.txt index 08362744..7961fac8 100644 --- a/docs/REQUIRED_APPS_INSTALL.txt +++ b/docs/REQUIRED_APPS_INSTALL.txt @@ -51,6 +51,7 @@ force install DBD::mysql install Net::Telnet install Time::HiRes install Net::Server +install Switch install Unicode::Map install Jcode install Spreadsheet::WriteExcel diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index 669d66e7..032c301e 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -445,6 +445,7 @@ following modules first: (say YES if asked to install prerequisites) - install Net::Telnet - install Time::HiRes - install Net::Server + - install Switch - install Unicode::Map (needed for super list loader Excel) - install Jcode (needed for super list loader Excel) - install Spreadsheet::WriteExcel (needed for super list loader Excel)