X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSwitch%2FChanges;h=f88c542998b1d108a23af3adedf49e5ca5ed1814;hb=98641f606c65e71cca89f9a694e2796b5a21cbd8;hp=d741a69006105a2ce9eff601dc8430ebc726886a;hpb=55a1c97c34bea81a888ebe7db8a5607b1b7b9a39;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Switch/Changes b/lib/Switch/Changes index d741a69..f88c542 100755 --- a/lib/Switch/Changes +++ b/lib/Switch/Changes @@ -48,3 +48,34 @@ Revision history for Perl extension Switch. - 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) + + +2.07 Wed May 15 15:19:28 2002 + + - Corified tests + + - Updated "Perl6" syntax to reflect current design + (as far as possible -- can't eliminate need to parenthesize + variables, since they're ambiguous in Perl 5) + + +2.09 Wed Jun 12 22:13:30 2002 + + - Removed spurious debugging statement + + +2.10 Mon Dec 29 + + - Introduce the "default" keyword for the Perl 6 syntax + - Raise the limitation on source file length to 1 million characters