From: Rob H. <for...@us...> - 2003-01-07 03:41:37
|
Update of /cvsroot/sandweb/sandweb/doc In directory sc8-pr-cvs1:/tmp/cvs-serv16038 Modified Files: dependencies.list Log Message: updated dependencies, listed stuff that'll work on both Unix and Windows ( under Cygwin ), what versions we tested under, and where to get them from. Index: dependencies.list =================================================================== RCS file: /cvsroot/sandweb/sandweb/doc/dependencies.list,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- dependencies.list 4 Apr 2002 19:26:23 -0000 1.4 +++ dependencies.list 7 Jan 2003 03:41:34 -0000 1.5 @@ -1,10 +1,24 @@ -Sandweb has the following dependencies. +SandWeb has the following dependencies. -* perl 5.6 -* expect 5.28.1+ -perl modules: -* expat (v1.95.1+) -* XML::Parser (v2.30+) -* XML::Simple (v1.05+) -* HTML::Template (v2.2+) +Unix programs ( available from perl.org, gnu.org and apache.org ) : + +( Windows users download setup.exe from http://www.cygwin.com, these + are all available as Cygwin packages ) + +* perl ( tested with 5.6 ) +* expect ( tested with 5.2.1 ) +* file ( tested with 3.28-1 ) +* apache ( tested with 1.3.x ) +* make ( testing with 3.x ) +* cvs ( tested with 1.11 ) + +Perl modules ( from http://search.cpan.org ) : + +* HTML-Template ( tested with 2.6 ) +* Test-Harness ( tested with 2.26 ) +* Test-Simple ( tested with 0.47 ) +* XML-NamespaceSupport ( tested with 1.08 ) +* XML-SAX ( tested with 0.12 ) +* XML-Simple ( tested with 2.02 ) + |