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.
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.
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
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.