From: Jan T. <de...@us...> - 2002-05-31 19:03:05
|
Update of /cvsroot/net-script/netscript2/docs/netscript In directory usw-pr-cvs1:/tmp/cvs-serv29606 Added Files: REQUIREMENTS Log Message: --- NEW FILE: REQUIREMENTS --- <pre> /---------------------------------------------------------------------\ | $Id: REQUIREMENTS,v 1.1 2002/05/31 19:03:00 derkork Exp $ | NetScript and all related materials, such as documentation, | are protected under the terms and conditions of the Artistic License. | | (C) 2000-2002 by Jan Thomä, insOMnia (ko...@in...) \---------------------------------------------------------------------/ Requirements for using NetScript II ------------------------------------- At this time NetScript II needs the following prerequisites to run: * Perl 5.6 or higher - Needed Modules: * XML::Parser * XML::DOM2* * CGI.pm * Time::HiRes - Optional Modules: * LWP::UserAgent (for work with remote files) * HTTP::Request (for work with remote files) * HTTP::Response (for work with remote files) * XML::XSLT* (for XSLT-support) * XML::XPath* (for XSLT-support) * Test::Unit (for unit tests) (*) = included in distribution of NetScript2 XML::DOM2, XML::XSLT and XML::XPath are part of the NetScript II distribution. The optional modules need only to be installed if you want to use these features. NetScript2 checks for required modules and will provide the features which can be realized with the installed modules. Note: XML::DOM2 is yet unstable, XML::XPath and XML::XSLT are not yet finished. </pre> |