Skip to content

Commit fe4e68d

Browse files
committed
[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
1 parent 878b8be commit fe4e68d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htmlify.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ ($out_dir = 'html', Bool :$debug)
105105
if @current && ($c ~~ $from || to(@current[0], $c)) {
106106
take [@current];
107107
@current = ();
108+
@current.push: $c if $c ~~ $from;
108109
}
109110
elsif @current or $c ~~ $from {
110111
@current.push: $c;

0 commit comments

Comments
 (0)