diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-14 01:36:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-14 01:36:12 +0000 |
commit | 218ab4da7d1407175b6a98e2e1336ae429271b8c (patch) | |
tree | 52e7a71a7e4db39cea47cd9cced0933c5b01cb24 /lib/Switch | |
parent | baf3cf9c09c529e1ab56c4c24a7a8bb4dba12542 (diff) | |
download | perl-218ab4da7d1407175b6a98e2e1336ae429271b8c.tar.gz |
Upgrade to Switch 2.09 (the debugging statement
was already removed in blead)
p4raw-id: //depot/perl@17228
Diffstat (limited to 'lib/Switch')
-rwxr-xr-x | lib/Switch/Changes | 5 | ||||
-rw-r--r-- | lib/Switch/README | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lib/Switch/Changes b/lib/Switch/Changes index c872bdd80f..e38254444d 100755 --- a/lib/Switch/Changes +++ b/lib/Switch/Changes @@ -68,3 +68,8 @@ Revision history for Perl extension Switch. - 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 diff --git a/lib/Switch/README b/lib/Switch/README index 5a517403a5..0d2a8b7f26 100644 --- a/lib/Switch/README +++ b/lib/Switch/README @@ -1,5 +1,5 @@ ============================================================================== - Release of version 2.07 of Switch + Release of version 2.09 of Switch ============================================================================== @@ -26,14 +26,10 @@ COPYRIGHT ============================================================================== -CHANGES IN VERSION 2.07 +CHANGES IN VERSION 2.09 - - 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) + - Removed spurious debugging statement ============================================================================== |