summaryrefslogtreecommitdiff
path: root/lib/Switch/Changes
blob: add21302bfbc90757f550ff2fe18358ca001ad6f (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
51
52
53
54
55
56
57
58
59
60
61
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.05	Mon Sep  3 08:13:25 2001

	- Changed licence for inclusion in core distribution

	- Added new test file for non-fallthrough and nested switches


2.06	Wed Nov 14 16:18:54 2001

	- Fixed parsing of ternary operators in Switch'ed source code
	  (at the expense of no longer correctly parsing ?...? regexes)
	  (thanks Mark)

	- Fixed the parsing of embedded POD (thanks Brent)

	- Fixed bug encountered when -s or -m file test used (thanks Jochen)