Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clear $DOES flag when leaving top level block
  • Loading branch information
usev6 committed Apr 17, 2015
1 parent 06412b7 commit 6edb64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fudge
Expand Up @@ -302,6 +302,7 @@ sub fudgeblock {
}
continue {
$OUTPUT .= $_;
$DOES = 0 if /^\}/;
return if /^\}/ and $PENDING > 0;
}
}
Expand Down

0 comments on commit 6edb64e

Please sign in to comment.