in reply to Re^4: json return value (corelist)
in thread json return value

Thanks. I was just about to post a reply, I've installed 5.18 and see that JSON::PP is installed. Am I missing something or should this be listed on the core modules section of http://perldoc.perl.org?

Replies are listed 'Best First'.
Re^6: json return value (corelist)
by Anonymous Monk on Jul 11, 2013 at 10:56 UTC

    Am I missing something or should this be listed on the core modules section of http://perldoc.perl.org?

    I don't think you're missing anything, it should.

    perldoc.perl.org has a bunch of bugs, like including formatting codes (bold/italic) in anchors, not creating anchors for h4 like it does for h1/h2/h3 (ex http://perldoc.perl.org/perlre.html#Which-character-set-modifier-is-in-effect%3f )

    And the maintainers website is down, but 5.18 upload is recent -- go figure

    Speaking of these things, http://search.cpan.org/dist/perl-5.18.0/MANIFEST lists JSON/PP.pm but none of those cpan modules get a pod link -- seems like a similar root cause :)

      Phew, so I'm not going mad. Thank you. Hopefully I'll get a change to look at this later tonight and raise the issue with the maintainers. Thanks again.