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 29, 2024
1 parent d8fb282 commit c5cf027
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 @@ -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"><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.56.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4 id="newtemplateenginewithbettererrorreporting.">New template engine with bet

<p>The code is still in testing, so you can activate this new engine with a feature flag:</p>

<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">template_ng</span>&#39;];</code></pre>
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">template_ng</span>&#39;];</code></pre>

<p>The template code is the same, so you can just use your old templates.</p>

Expand Down

0 comments on commit c5cf027

Please sign in to comment.