You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2015/02/03 19:14:52 UTC

svn commit: r1656872 - /vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Author: fapeeler
Date: Tue Feb  3 18:14:51 2015
New Revision: 1656872

URL: http://svn.apache.org/r1656872
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Modified: vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext?rev=1656872&r1=1656871&r2=1656872&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext Tue Feb  3 18:14:51 2015
@@ -428,22 +428,22 @@ modules in order to run (see step 2 belo
 * openssh - The OpenSSH implementation of SSH protocol versions 1 and 2
 * openssl-devel - Files for development of applications which will use OpenSSL
 * perl - The Perl programming language
-* perl-Archive-Tar - 
-* perl-CPAN - 
-* perl-Crypt-OpenSSL-RSA - 
+* perl-Archive-Tar - provides an object oriented mechanism for handling tar files
+* perl-CPAN - provides a command interface (not a shell) to CPAN
+* perl-Crypt-OpenSSL-RSA - provides the ability to RSA encrypt,decrypt strings
 * perl-DBD-MySQL - A MySQL interface for perl
-* perl-DBI - 
-* perl-Digest-SHA1 - 
-* perl-IO-String - 
-* perl-MailTools - 
-* perl-Net-Jabber - 
-* perl-Net-Netmask - 
-* perl-Net-SSH-Expect - 
-* perl-RPC-XML - 
-* perl-Text-CSV_XS - 
-* perl-Time-HiRes - 
-* perl-XML-Simple - 
-* perl-YAML - 
+* perl-DBI - The DBI is the standard database interface module for Perl
+* perl-Digest-SHA1 - allows use of NIST SHA-1 message digest algorithm within Perl programs
+* perl-IO-String - provides the IO::File interface for in-core strings
+* perl-MailTools - a subclass of MIME::Lite, used for sending mail from within perl
+* perl-Net-Jabber - a tool to utilize the Jabber Instant Messaging protocol from within perl
+* perl-Net-Netmask - parses and understands IPv4 CIDR blocks
+* perl-Net-SSH-Expect - a wrapper to the ssh executable that is available in system's PATH
+* perl-RPC-XML - provides classes for data, for clients, for servers and for parsers XML-RPC
+* perl-Text-CSV_XS - provides the composition and decomposition of comma-separated values
+* perl-Time-HiRes - provides high resolution time and timers
+* perl-XML-Simple - provides a simple API layer on top of an underlying XML parsing module
+* perl-YAML - implements a YAML Loader and Dumper 
 * xmlsec1-openssl - OpenSSL crypto plugin for XML Security Library
 
 **Required Perl Modules:**
@@ -452,18 +452,18 @@ The VCL management node daemon (vcld) is
 5.8.x. The following Perl modules available from CPAN are also required (see step 2 
 below for installation instructions):
 
-* CPAN - 
+* CPAN - provides a command interface (not a shell) to CPAN
 * DBI - Generic Database Interface
 * Digest::SHA1 - NIST SHA message digest algorithm
-* LWP::Protocol::https - 
+* LWP::Protocol::https - support for using https schemed URLs with LWP
 * Mail::Mailer - Simple mail agent interface
-* Mo:builder - 
-* Net::SSH::Expect - 
+* Mo:builder - Adds the builder feature to Mo's has
+* Net::SSH::Expect - a wrapper to the ssh executable that is available in system's PATH
 * Object::InsideOut - Comprehensive inside-out object support
 * RPC::XML - Set of classes for core data, message, XML handling
-* Scalar::Util - 
-* Time::HiRes - 
-* URI - 
+* Scalar::Util - A selection of general-utility scalar subroutines
+* Time::HiRes - provides high resolution time and timers
+* URI - Uniform Resource Identifiers (absolute and relative)
 * YAML - YAML Ain't Markup Language
 <BR>
 ---