File: Changes

package info (click to toggle)
libclass-base-perl 0.03-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 96 kB
  • ctags: 38
  • sloc: perl: 393; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#========================================================================
#
# Changes 
#
# DESCRIPTION
#   Revision history for the Class::Base module.
#
# AUTHOR
#   Andy Wardley   <abw@kfs.org>
#
# REVISION
#   $Id: Changes,v 1.1.1.1 2002/04/05 09:29:34 abw Exp $
#
#========================================================================

#------------------------------------------------------------------------
# Version 0.03 
#------------------------------------------------------------------------

* Added the params() method which is typically called from the init()
  method to copy value from a configuration hash into $self.  

* Minor changes to debug() method to only use object value _DEBUG if
  defined, otherwise fall back on $DEBUG package variable.

#------------------------------------------------------------------------
# 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