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 14, 2023
1 parent 4299bfd commit 136b7cd
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.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 id="rex">Rex</h2>

<p>Added Transaction and the possibility to rollback on transaction failures.</p>

<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Transaction</span>;
<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Transaction</span>;
task &quot;<span class="hljs-string">do_something</span>&quot;, <span class="hljs-keyword">sub </span>{
on_rollback {
<span class="hljs-function">unlink</span> &quot;<span class="hljs-string">/tmp/test</span>&quot;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3 id="helloworldresource">Hello World Resource</h3>

<p>The <em>__module__.pm</em> file which creates the resource.</p>

<pre><code class="hljs">package HelloWorld;
<pre><code class="hljs"><span class="hljs-keyword">package</span> HelloWorld;

<span class="hljs-keyword">use</span> <span class="hljs-keyword">strict</span>;
<span class="hljs-keyword">use</span> <span class="hljs-keyword">warnings</span>;
Expand Down

0 comments on commit 136b7cd

Please sign in to comment.