POD ドキュメントに次の行があります。
This is taken by the L<< Promoted Build
Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin
>> C<$PROMOTED_JOB_NAME> environment variable.
これを次のようにフォーマットしたい:
This is taken by the
<a href="https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin">
Promoted Builds Plugin</a> <code>$PROMOTED_JOB_NAME</code>
environment variable.
ただし、 を実行するpod2html
と、次のエラーが発生します。
/usr/bin/pod2html: jdescribe.pl: cannot resolve
L<Promoted Build Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin>
in paragraph 46.
Perlpodのドキュメントと Perlpodspec のドキュメントによると、これは正しいはずです。または、少なくとも私にはそのように見えます。
私は何を間違っていますか?
ちなみに、リンクはpod2markdown
.