XAS Service is Copyright (c) 2012-2016 Kevin L. Esteb 

XAS is a set of modules, procedures and practices to help write
consistent Perl5 code for a datacenter operations environment. For the most 
part, this follows the Unix tradition of small discrete components that
communicate in well defined ways.

This system is cross platform capable. It will run under Windows as well
as Unix like environments without a code rewrite. This allows you to
write your code once and run it where ever.

Using standard Perl5 tools, this software can installed as follows:

 # perl Build.PL
 # ./Build
 # ./Build test
 # ./Build install
 
You may have to install additonal dependences. If so, you can do this 
preliminary step before the test phase.

 # ./Build installdeps
 
Additional installation instructions can be found here:

    http://scm.kesteb.us/trac/wiki/XasDocsServiceInstallation

Extended documentation is available at: http://scm.kesteb.us/trac

LICENSE INFORMATION

This is free software; you can redistribute it and/or modify it under
the terms of the Artistic License 2.0. For details, see the full text
of the license at http://www.perlfoundation.org/artistic_license_2_0.