Skip to content

Commit 0513a85

Browse files
committed
Updates metadata
1 parent b76a3d0 commit 0513a85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

META6.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"perl" : "6.*",
33
"name" : "Pod::To::HTML",
44
"version" : "0.3.22",
5+
"author" : "Perl 6",
56
"description" : "Convert Perl 6 Pod to HTML",
67
"license" : "Artistic-2.0",
7-
"depends" : ["URI", "Template::Mustache"],
8+
"depends" : [
9+
"URI",
10+
"Template::Mustache"
11+
],
812
"test-depends" : ["Test::Output"],
913
"provides" : {
1014
"Pod::To::HTML" : "lib/Pod/To/HTML.pm"

0 commit comments

Comments
 (0)