PHP-Perlinfo version 0.07
=========================

NAME
PHP::Perlinfo - Clone of PHP's phpinfo function for Perl

DESCRIPTION
This module outputs a large amount of information (only in HTML in this release)
about the current state of Perl. This includes information about Perl 
compilation options, the Perl version, server information and environment, OS 
version information, Perl modules, and the Perl License.  

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

IO::Stringy

COPYRIGHT AND LICENCE
Copyright (C) 2005 Mike Accardo <mikeaccardo@yahoo.com>

This library is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself. 

