This module provides a base class that other modules inherit from. The base class provides some very basic convinence methods for use in modules that inherit from it.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module does not require any non-standard perl modules or libraries.

Copyright (C) 2002 simran

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