summaryrefslogtreecommitdiff
path: root/lib/Switch/Changes
blob: 2f74241474fda93d955d09dc3464379a8f325992 (plain)
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
42
43
44
45
46
47
48
49
50
Revision history for Perl extension Switch.

0.01  Wed Dec 15 05:58:01 1999
	- original version; created by h2xs 1.18



2.00	Mon Jan  8 17:12:20 2001

	- Complete revamp (including syntactic and semantic changes)
	  in line with proposed Perl 6 semantics.


2.01	Tue Jan  9 07:19:02 2001

	- Fixed infinite loop problem under 5.6.0 caused by change
	  in goto semantics between 5.00503 and 5.6.0
	  (thanks Scott!)
	  


2.02	Thu Apr 26 12:01:06 2001

	- Fixed unwarranted whitespace squeezing before quotelikes
	  (thanks Ray)

	- Fixed pernicious bug that cause switch to fail to recognize
	  certain complex switch values


2.03	Tue May 15 09:34:11 2001

	- Fixed bug in 'fallthrough' specifications.

	- Silenced gratuitous warnings for undefined values as
	  switch or case values


2.04	Mon Jul 30 13:17:35 2001

	- Suppressed 'undef value' warning under -w (thanks Michael)

	- Added support for Perl 6 given..when syntax


2.04	Mon Jul 30 13:17:35 2001

	- Suppressed 'undef value' warning under -w (thanks Michael)

	- Added support for Perl 6 given..when syntax