
Baseobject

DESCRIPTION

Baseobject provides basic functionality any object should have in
the eyes of the author: Handling of: errorconditions, parameters,
and self inspection tools.

DEPENDENCIES

Trailer.pm

This distrubution was assembled using by mm, using  ExtUtils::ModuleMaker.

You should be able to use this set of instructions to install the module...

for a normal PRODUCTION installation:
perl Makefile.PL

make
make test
make install

for a TEST installation: provide the Makefile.PL script with extra parameters like:

perl Makefile.PL lib=$HOME/testlib prefix=$HOME/prefix

See man  ExtUtils::MakeMaker for more details on parameters to Makefile.PL.


REMOVAL

The installation can be removed with:
make uninstall

DOCUMENTATION

After installation information can be found with:

man Baseobject
or
perldoc Baseobject

SEE ALSO

ExtUtils::MakeMaker ExtUtils::ModuleMaker mm

AUTHOR

Anton Sluijtman <anton@uvt.nl>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Anton Sluijtman

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.



