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,15 @@
<blockquote>
<p>Example:</p>
<pre><code>sub status {
print &quot;working&quot;;
}
</code></pre>
<p>Or:</p>
<pre><code>sub status {
return &quot;working&quot;;
}
</code></pre>
</blockquote>