Revision history for Perl extension Class::Autouse.
0.8
- Converted to File::Spec.
- Added Class::Autouse::Parent
- Major changes in the load sequencing to support ->SUPER::
- Lots and lots of general refactoring
0.7 Fri Nov 1 15:52:01 2002
- Debugging Fix
- Remove some warnings
- Documentation updates
0.6 Wed Apr 3 20:31:41 2002
- Fixed a serious bug that was missed.
- Added a load cache to cut back on stat calls
- Minor logic speed ups in recursive code
0.5 Fri Mar 15 20:53:34 2002
- Better, nested debugging messages
- Debug can be enabled in pragma
- One major bug fix
- Various minor speed improvements
0.4 Wed Nov 7 14:03:48 2001
- Added autouse_recursive and load_recursive
- Fixed major bug in class_exists
- Miscellaneous code clean ups
- Cleaned up comments
0.3 Wed Sep 26 23:18:10 2001
- Improved hook and loader efficiency
- Fixed load method. It works now
- Added class_exists method
- Documentation tweaks
0.2 Wed Aug 29 22:14:41 2001
- Code cleaned up and much more solid
- Added developer mode
- Added superloader
- Behaves with Carp properly
0.1 Wed Jan 17 11:46:41 2001
- original version