Skip to content

Commit

Permalink
remove DB::single
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Oct 30, 2012
1 parent 07e401c commit d6de675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mason/Tidy.pm
Expand Up @@ -151,7 +151,6 @@ method tidy_method ($source) {
map { $_->[0] eq 'perl_line' ? trim( $_->[1] ) : $self->replace_with_perl_comment($_) }
@elements )
. "\n}\n";
$DB::single = 1;
$self->perltidy(
source => \$untidied_perl,
destination => \my $tidied_perl,
Expand Down

0 comments on commit d6de675

Please sign in to comment.