Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 30, 2024
1 parent c5cf027 commit af0f2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/using_modules_and_templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1>Using Modules and Templates</h1>
<p>The important file is __module__.pm. Open this file in an editor.
This file is a normal Perl module. The only special thing is the filename, but don&#39;t think too much for it at first.</p>

<pre><code class="hljs"><span class="hljs-keyword">package</span> <span class="hljs-function">Service::NTP</span>;
<pre><code class="hljs">package <span class="hljs-function">Service::NTP</span>;
<span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.3</span>&#39;];

task prepare =&gt; <span class="hljs-keyword">sub </span>{
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/0.10.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2 id="rex">Rex</h2>
<p></p><ul>
<li><p>Added a network module</p>

<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Network</span>;</code></pre></li>
<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Network</span>;</code></pre></li>
</ul>
<span class="hljs-keyword">my</span> <span class="hljs-type">@routes</span> = route;
<span class="hljs-function">print</span> Dumper( \<span class="hljs-type">@routes</span> );
Expand Down

0 comments on commit af0f2d3

Please sign in to comment.