Update the README and Changes files for Switch 2.10
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 29 Dec 2003 20:11:12 +0000 (20:11 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 29 Dec 2003 20:11:12 +0000 (20:11 +0000)
p4raw-id: //depot/perl@21997

lib/Switch/Changes
lib/Switch/README

index e382544..f88c542 100755 (executable)
@@ -73,3 +73,9 @@ Revision history for Perl extension Switch.
 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
index 0d2a8b7..37d7c05 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                      Release of version 2.09 of Switch
+                      Release of version 2.10 of Switch
 ==============================================================================
 
 
@@ -19,17 +19,18 @@ AUTHOR
     Damian Conway (damian@conway.org)
 
 COPYRIGHT
-    Copyright (c) 1997-2001, Damian Conway. All Rights Reserved.
+    Copyright (c) 1997-2003, Damian Conway. All Rights Reserved.
     This module is free software. It may be used, redistributed
         and/or modified under the same terms as Perl itself.
 
 
 ==============================================================================
 
-CHANGES IN VERSION 2.09
+CHANGES IN VERSION 2.10
 
 
-       - Removed spurious debugging statement
+       - Introduce the "default" keyword for the Perl 6 syntax
+       - Raise the limitation on source file length to 1 million characters
 
 
 ==============================================================================