Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds small comment
As a matter of fact, the whole module is not documented, but that's another completely different topic. Bumps up version to reflect the templating change and closes #35
  • Loading branch information
JJ committed Dec 8, 2018
1 parent 3eb562b commit a489b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6.*",
"name" : "Pod::To::HTML",
"version" : "0.3.22",
"version" : "0.3.23",
"author" : "Perl 6",
"description" : "Convert Perl 6 Pod to HTML",
"license" : "Artistic-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/To/HTML.pm
Expand Up @@ -157,7 +157,7 @@ sub assemble-list-items(:@content, :$node, *% ) {
}


#| Converts a Pod tree to a HTML document.
#| Converts a Pod tree to a HTML document using templates
sub pod2html(
$pod,
:&url = -> $url { $url },
Expand Down

0 comments on commit a489b34

Please sign in to comment.