INSTALLATION INSTRUCTIONS

Installing
==========

Project NOT REQUIRES installation and MAY BE use AS IS. RFC #2119
   
For Windows:
============

Makefile.PL
dmake
dmake test
dmake install
dmake clean

For other OS:
=============

perl Makefile.PL
make
make test
make install
make clean

