1 Revision history for Perl extension Switch.
3 0.01 Wed Dec 15 05:58:01 1999
4 - original version; created by h2xs 1.18
8 2.00 Mon Jan 8 17:12:20 2001
10 - Complete revamp (including syntactic and semantic changes)
11 in line with proposed Perl 6 semantics.
14 2.01 Tue Jan 9 07:19:02 2001
16 - Fixed infinite loop problem under 5.6.0 caused by change
17 in goto semantics between 5.00503 and 5.6.0
22 2.02 Thu Apr 26 12:01:06 2001
24 - Fixed unwarranted whitespace squeezing before quotelikes
27 - Fixed pernicious bug that cause switch to fail to recognize
28 certain complex switch values
31 2.03 Tue May 15 09:34:11 2001
33 - Fixed bug in 'fallthrough' specifications.
35 - Silenced gratuitous warnings for undefined values as
39 2.04 Mon Jul 30 13:17:35 2001
41 - Suppressed 'undef value' warning under -w (thanks Michael)
43 - Added support for Perl 6 given..when syntax
46 2.05 Mon Sep 3 08:13:25 2001
48 - Changed licence for inclusion in core distribution
50 - Added new test file for non-fallthrough and nested switches