Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[htmlify] fix a pod dissection bug
previously some routines (like uc, split) were not showing up in the index,
and no per-routine documentation was generated for them
  • Loading branch information
moritz committed Jul 6, 2012
1 parent 878b8be commit fe4e68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htmlify.pl
Expand Up @@ -105,6 +105,7 @@ ($out_dir = 'html', Bool :$debug)
if @current && ($c ~~ $from || to(@current[0], $c)) {
take [@current];
@current = ();
@current.push: $c if $c ~~ $from;
}
elsif @current or $c ~~ $from {
@current.push: $c;
Expand Down

0 comments on commit fe4e68d

Please sign in to comment.