From: Jarkko Hietaniemi Date: Fri, 14 Jun 2002 01:36:12 +0000 (+0000) Subject: Upgrade to Switch 2.09 (the debugging statement X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=218ab4da7d1407175b6a98e2e1336ae429271b8c;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Switch 2.09 (the debugging statement was already removed in blead) p4raw-id: //depot/perl@17228 --- diff --git a/lib/Switch.pm b/lib/Switch.pm index c76ac8e..31590b3 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 c872bdd..e382544 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 5a51740..0d2a8b7 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 ==============================================================================