Skip to content

Commit 0f2e64e

Browse files
committed
add Pod::To::HTML dependency
It's used by ./htmlify.p6
1 parent c84bbed commit 0f2e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

META.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "p6doc",
33
"version" : "*",
44
"description" : "Perl 6 documentation (tools and docs)",
5-
"depends" : [ "URI", "File::Temp", "JSON::Fast", "Pod::To::BigPage" ],
5+
"depends" : [ "URI", "File::Temp", "JSON::Fast", "Pod::To::BigPage", "Pod::To::HTML" ],
66
"build-depends" : [ "File::Find" ],
77
"provides" : {
88
"Perl6::Type" : "lib/Perl6/Type.pm",

0 commit comments

Comments
 (0)