Skip to content

Commit 86544cc

Browse files
committed
Fixes the problem with parsing just the first part of the document
And not the whole document. There's a new test inserted, new debugging info all over the place, but it works only with the latest version of Pod::Load, this has been bumped up in META6.json This closes #55 (again). Feel free to open if it does not work for you.
1 parent 5da171b commit 86544cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

META6.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"perl" : "6.*",
33
"name" : "Pod::To::HTML",
4-
"version" : "0.5.0",
4+
"version" : "0.6.0",
55
"author" : "Perl 6",
66
"description" : "Convert Perl 6 Pod to HTML",
77
"license" : "Artistic-2.0",
88
"depends" : [
99
"URI",
1010
"Template::Mustache",
11-
"Pod::Load"
11+
"Pod::Load:ver<0.4.0+>"
1212
],
1313
"test-depends" : ["Test::Output"],
1414
"provides" : {

0 commit comments

Comments
 (0)