summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Switch.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Switch.pm b/lib/Switch.pm
index 9c4abe33fd..f709d9d7ba 100644
--- a/lib/Switch.pm
+++ b/lib/Switch.pm
@@ -90,7 +90,6 @@ sub filter_blocks
|| $Perl6 && $source =~ /when|given/;
pos $source = 0;
my $text = "";
- $DB::single = 1;
component: while (pos $source < length $source)
{
if ($source =~ m/(\G\s*use\s+Switch\b)/gc)