#========================================================================
#
# Changes
#
# DESCRIPTION
# Revision history for the Class::Base module.
#
# AUTHOR
# Andy Wardley <abw@kfs.org>
#
# REVISION
# $Id$
#
#========================================================================
#------------------------------------------------------------------------
# Version 0.02 2002/02/20
#------------------------------------------------------------------------
* Added the clone() method as suggested by Brian Moseley
* Added the id(), debug() and debugging() methods to provide a fairly
simple mechanism for generating debugging information.
#------------------------------------------------------------------------
# Version 0.01 2002/01/11
#------------------------------------------------------------------------
* initial version