Blame SOURCES/Switch-2.16-perl514.patch

628eaa
--- Switch-2.16-wjgfvU/Switch.pm	2009-10-23 00:52:51.000000000 -0700
628eaa
+++ Switch-2.16-wjgfvUcopy/Switch.pm	2010-08-15 17:41:38.000000000 -0700
628eaa
@@ -146,7 +146,7 @@ sub filter_blocks
628eaa
 				die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0, pos $source), $line), "\n";
628eaa
 			};
628eaa
 			my $code = filter_blocks(substr($source,$pos[0],$pos[4]-$pos[0]),line(substr($source,0,$pos[0]),$line));
628eaa
-			$code =~ s/{/{ local \$::_S_W_I_T_C_H; Switch::switch $arg;/;
628eaa
+			$code =~ s/{/{ local \$::_S_W_I_T_C_H; Switch::switch($arg);/;
628eaa
 			$text .= $code . 'continue {last}';
628eaa
 			next component;
628eaa
 		}