zigorou / perl-JSV

JSON Schema implementation for Perl
Other
25 stars 17 forks source link

perldoc JSV.pm points towards JSV::Validator #31

Closed pmorch closed 9 years ago

pmorch commented 9 years ago

README.md was updated accordingly with:

perl -MPod::Markdown -e 'Pod::Markdown->new->filter(@ARGV)' lib/JSV.pm > README.md

Because it looked like that is how it was created in the first place.

The purpose was just point in the right direction. I went looking in the t/* and the code before I discovered the perldoc in JSV::Validator, and a pointer would've saved me some time.

I can see that the README.md link

[JSV::Validator](https://metacpan.org/pod/JSV::Validator)

is a little problematic in that it points to metacpan and not ./lib/JSV/Validator.pm, but that is how Pod::Markdown converts a LJSV::Validator link, and I believe that LJSV::Validator is the correct link in the perldoc. You decide.