File: Changes

package info (click to toggle)
libset-intspan-perl 1.07-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 112 kB
  • ctags: 46
  • sloc: perl: 673; makefile: 49
file content (37 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (6)
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
Revision history for Perl extension Set::IntSpan

1.07  1988 Dec 03
	- fixes to facilitate subclassing
	  o use ref $this instead of hardcoded "Set::IntSpan"
	  o made internal functions into methods
	  o use method call syntax on all internal method calls,
	    not function call syntax
	  o use direct object syntax on all internal method calls,
	    because indirect object syntax sometimes parses as a 
	    function call
	- added ABSTRACT and AUTHOR keys in Makefile.PL

1.06  Mar  3 1998
	- fixed real_set "0" bug

1.05  Dec 19  1997
	- fixed new Set::IntSpan "0"  bug

1.04  Jun 12  1997
	- runs clean under Perl 5.004
	- added iterators

1.03  Jun  7  1996 
	- runs clean under -w
	- moved test code to t/*.t
	- added valid(), min() and max()
	- documentation fixes

1.01  Feb 22  1996 
	- added $Set::IntSpan::Empty_String
	- made Set::IntSpan an Exporter
	- documentation fixes
	
1.00  Jan  2  1996 
	- original version