[Arsperl-devel] ARSperl Makefile.PL,1.85,1.86
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2009-12-14 17:31:51
|
Update of /cvsroot/arsperl/ARSperl In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13712 Modified Files: Makefile.PL Log Message: alter comments/instructions Index: Makefile.PL =================================================================== RCS file: /cvsroot/arsperl/ARSperl/Makefile.PL,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** Makefile.PL 14 Apr 2009 16:58:24 -0000 1.85 --- Makefile.PL 14 Dec 2009 17:31:38 -0000 1.86 *************** *** 22,26 **** $debug = 0; ! ###### There are THREE (3) steps to complete. Complete all of them. ###### # STEP 1 -> Set the path to your ARS API directory --- 22,26 ---- $debug = 0; ! ###### There are FOUR (4) steps to complete. Complete all of them. ###### # STEP 1 -> Set the path to your ARS API directory *************** *** 29,33 **** #$ARSAPI = "/u1/project/ARSperl/api/sol2/api6.0.1"; #$ARSAPI = "/u1/project/ARSperl/api/sol2/api6.3"; ! #$ARSAPI = "/u1/project/ARSperl/api/linux/7.0.1p1"; #$ARSAPI = "/u1/project/ARSperl/api/sol2/api5.1.1"; # $ARSAPI = "/home/jcmurphy/arsperl/api/5.1"; --- 29,33 ---- #$ARSAPI = "/u1/project/ARSperl/api/sol2/api6.0.1"; #$ARSAPI = "/u1/project/ARSperl/api/sol2/api6.3"; ! #$ARSAPI = "/u1/project/ARSperl/api/linux/7.1.0p8"; #$ARSAPI = "/u1/project/ARSperl/api/sol2/api5.1.1"; # $ARSAPI = "/home/jcmurphy/arsperl/api/5.1"; *************** *** 45,49 **** # STEP 2 -> Choose your version of ARS FROM THE FOLLOWING LIST # ! # 5.0 6.0 6.01 6.3 7.0 7.1 # # notes --- 45,49 ---- # STEP 2 -> Choose your version of ARS FROM THE FOLLOWING LIST # ! # 5.0 6.0 6.01 6.3 7.0 7.1 7.5 # # notes |