P4::Journal
-----------
Requirements
------------
This module doesn't require you to have a C compiler, but if you do
it will use C implementations of some heavily used functions over their
perl counterparts.
It does however require you to have both Perl and a working make/nmake
installed.
Installation
------------
To install the P4::Journal module, use:
perl Makefile.pl
make
make test
make install
On Windows machines with Visual C++ installed, use "nmake" instead of "make".
On Unix machines, the "make install" should usually be run as root.