PObject 0.90 review

Download
by rbytes.net on

PObject is a base class for perl objects, takes the irritation out of creating properties for objects

License: GPL (GNU General Public License)
File size: 4K
Developer: Steve Slaven
0 stars award from rbytes.net

PObject is a base class for perl objects, takes the irritation out of creating properties for objects. Allows quick creation of attributes and easy inheritance. I have stopped developing this class in favor of Class::Accessor, please use that instead.

To install, the good old method:

perl Makefile.PL
make
make test
make install

What's New in This Release:
Changed handling to be case sensitive for object methods. Also added support for package defaults and allowing changes to them. **NOTE any modules made with PObject < 0.90 WILL NEED TO BE CHANGED. The AUTOFIELDS hash needs to be updated and all method

PObject 0.90 search tags