Upgrade to Switch 2.09 (the debugging statement
Jarkko Hietaniemi [Fri, 14 Jun 2002 01:36:12 +0000 (01:36 +0000)]
was already removed in blead)

p4raw-id: //depot/perl@17228

lib/Switch.pm
lib/Switch/Changes
lib/Switch/README

index c76ac8e..31590b3 100644 (file)
@@ -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
 
index c872bdd..e382544 100755 (executable)
@@ -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
index 5a51740..0d2a8b7 100644 (file)
@@ -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
 
 
 ==============================================================================