# Games-Perlwar **Repository Path**: mirrors_gitpan/Games-Perlwar ## Basic Information - **Project Name**: Games-Perlwar - **Description**: Read-only release history for Games-Perlwar - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Games::Perlwar version 0.03 =========== ===== INSTALLATION To install this module type the following: perl ./Build.PL ./Build ./Build test ./Build install or, if you are old-school, perl Makefile.PL make make test make install ===== WEB ENVIROMENT To run PerlWar's web environment, you'll need an Apache server and the following modules: * AxKit * XML::XPathScript * Embperl Copy the directory 'web' included in the distribution as 'perlwar' at the document root of Apache. E.g.: cp -R web /home/web/htdocs/perlwar Games must be created as sub-directories of this directory. Don't forget to change the permission of the game directories so that they are writable by the Apache user.