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 12, 2024
1 parent d61daac commit 7211097
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.24.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>use Rex as a library for your own project.</p>

<p></p><p></p><pre><code class="hljs">use Rex;
<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> Rex;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Run</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Fs</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Pkg</span>;</code></pre></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/0.46.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2 id="rex::test">Rex::Test</h2>

<p>To create a test just create a new file inside a <em>t</em> directory: <em>t/base.t</em>.</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Test</span>::<span class="hljs-function">Base</span>;
<pre><code class="hljs">use <span class="hljs-function">Rex::Test</span>::<span class="hljs-function">Base</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Data::Dumper</span>;
<span class="hljs-keyword">use</span> Rex -base;

Expand Down

0 comments on commit 7211097

Please sign in to comment.