Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use return with value instead on next in WellWell::Zoom::parse_handler.
  • Loading branch information
racke committed Aug 16, 2010
1 parent 5f7eeaf commit 6d51f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WellWell/Zoom.pm
Expand Up @@ -222,7 +222,7 @@ sub parse_handler {
$sref->{values}->{$name} = $sob;
}
else {
next;
return $sref;
}
}

Expand Down

0 comments on commit 6d51f0e

Please sign in to comment.