Subject: | Documentation should link to other modules |
I think it would be beneficial if the documentation used L<> tags to
link to documentation for the other modules within the distribution.
For example, something like:
Return an Audio::MPD::Common::Stats object
Would be nicer as:
"Return an L<Audio::MPD::Common::Stats> object"
allowing a user browsing the documentation via search.cpan.org or
elsewhere to simply hit the link to go to the docs for A::M::C::Stats.
What do you think?
I'm happy to do this if I have commit access to the repo, or can supply
patches.