use vars qw($VERSION);
use Carp;
-$VERSION = '2.07';
+$VERSION = '2.09';
# LOAD FILTERING MODULE...
return $status if $status<0;
$_ = filter_blocks($_,$offset);
$_ = "# line $offset\n" . $_ if $offset; undef $offset;
- # print STDERR $_;
return $status;
}
=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
- 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
==============================================================================
- Release of version 2.07 of Switch
+ Release of version 2.09 of Switch
==============================================================================
==============================================================================
-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
==============================================================================