Skip to content

Commit

Permalink
Fixes the problem with parsing just the first part of the document
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JJ committed Dec 18, 2018
1 parent 5da171b commit 86544cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions META6.json
@@ -1,14 +1,14 @@
{
"perl" : "6.*",
"name" : "Pod::To::HTML",
"version" : "0.5.0",
"version" : "0.6.0",
"author" : "Perl 6",
"description" : "Convert Perl 6 Pod to HTML",
"license" : "Artistic-2.0",
"depends" : [
"URI",
"Template::Mustache",
"Pod::Load"
"Pod::Load:ver<0.4.0+>"
],
"test-depends" : ["Test::Output"],
"provides" : {
Expand Down

0 comments on commit 86544cc

Please sign in to comment.