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 18, 2024
1 parent 8036479 commit 27f07f3
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.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"><span class="hljs-keyword">BEGIN</span> {
<pre><code class="hljs">BEGIN {
<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
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h3 id="rexfile-thecode">Rexfile - The code</h3>

<h4 id="loadallrequiredmodules">Load all required modules</h4>

<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::CMDB</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Test</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Group</span>::<span class="hljs-function">Lookup</span>::<span class="hljs-function">INI</span>;</code></pre>
Expand Down

0 comments on commit 27f07f3

Please sign in to comment.