File: Changes

package info (click to toggle)
libclass-singleton-perl 1.03-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 60 kB
  • ctags: 18
  • sloc: perl: 127; makefile: 51
file content (40 lines) | stat: -rw-r--r-- 1,251 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
#------------------------------------------------------------------------
# Version 1.00    Date: 1998/02/10 09:26:44
#------------------------------------------------------------------------

* Initial revision


#------------------------------------------------------------------------
# Version 1.01    Date: 1998/02/10 09:40:40
#------------------------------------------------------------------------

* Minor documentation changes


#------------------------------------------------------------------------
# Version 1.02    Date: 1998/04/16 14:10:16
#------------------------------------------------------------------------

* Fixed minor typos and corrected example in documentation.


#------------------------------------------------------------------------
# Version 1.03   Date: 1999/01/19 15:57:43
#------------------------------------------------------------------------

* Incorporated patches from Andreas Koenig to inline calculation of 
  $instance variable.  This results in a speedup of around 35%.

* Added _new_instance() constructor which is called the first time
  _instance() is called.  This can be overloaded in derived classes 
  to provide more specific object initialisation.

* Updated documentation accordingly.