OOP version 1.01 ================ This class is intended to complement Object Oriented Programming ("OOP") development by offering solutions to common problems in the OOP world. If not problems then this class will also attempt to facilitate various OOP related tasks and ensure that various conventions are followed, where possible. It provides a developer with various methods that enforce uniform OOP conventions and ensure sound OOP development in PERL. Simply stated, this class attempts to take out as much of the OOP overhead for the developer as possible while at the same time allowing a developer to write more robust applications. This module presently covers a limited area in Object Oriented Programming. More bells and wistles will be added as needed. This release serves more of a foundation for things to come. I'm taking baby steps here. Suggestions are welcome! See the file Changes for a history of all changes. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install LICENSE Copyright (C) 2008 by Milan Adamovsky 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.8 or, at your option, any later version of Perl 5 you may have available.