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 | |
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')
-rw-r--r-- | lib/Switch.pm | 7 | ||||
-rwxr-xr-x | lib/Switch/Changes | 5 | ||||
-rw-r--r-- | lib/Switch/README | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/lib/Switch.pm b/lib/Switch.pm index c76ac8eb1f..31590b3dcc 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.07'; +$VERSION = '2.09'; # LOAD FILTERING MODULE... @@ -52,7 +52,6 @@ sub filter return $status if $status<0; $_ = filter_blocks($_,$offset); $_ = "# line $offset\n" . $_ if $offset; undef $offset; - # print STDERR $_; return $status; } @@ -492,8 +491,8 @@ Switch - A switch statement for Perl =head1 VERSION -This document describes version 2.07 of Switch, -released May 15, 2002. +This document describes version 2.09 of Switch, +released June 12, 2002. =head1 SYNOPSIS 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 ============================================================================== |