LoginSignup
4
4

More than 5 years have passed since last update.

PODをgithubのトップページに表示させる方法

Posted at

GithubにPerlのモジュールをアップロードする時、
README.podという名前でシンボリックリンクをトップディレクトリに置いておくと、
エイリアスを貼った先のモジュールのPODをREADMEとして表示してくれるそうです。

$ ln -s lib/Test/More/Hooks.pm README.pod

こんな感じに。
https://github.com/ainame/p5-Test-More-Hooks

参考
https://github.com/github/markup#readme

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4