Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 19, 2024
1 parent 27f07f3 commit 734786a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.10.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2 id="rex">Rex</h2>
<p></p><ul>
<li><p>Added a network module</p>

<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>
<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>
</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
2 changes: 1 addition & 1 deletion docs/release_notes/0.29.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2 id="general">General</h2>
<li><p>Refactored Task module</p></li>
<li><p>Added experimental feature: shared variables</p>

<pre><code class="hljs">BEGIN {
<pre><code class="hljs"><span class="hljs-keyword">BEGIN</span> {
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Shared</span>::<span class="hljs-function">Var</span>;
share(qw($scalar @array %hash));
} </code></pre>
Expand Down

0 comments on commit 734786a

Please sign in to comment.