in reply to How do I link to an internal target on CPAN?

For core modules and other documentation included with the Perl core distribution, you can use [doc://File::Spec#canonpath] (which results in: canonpath).

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name