Vendor dependencies for manpage generation

This commit is contained in:
Alexander Neumann
2017-08-05 11:08:49 +02:00
parent a3ab17b470
commit 57d198f99a
94 changed files with 23660 additions and 2 deletions
@@ -0,0 +1,11 @@
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }