<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,7 +64,7 @@ sub pause {
   croak(&quot;pause() only works on tx's in the 'write' state&quot;)
     unless $tx &amp;&amp; $tx-&gt;is_state('write');
   
-  $self-&gt;tx-&gt;state('paused');
+  $tx-&gt;state('paused');
   
   return sub { $self-&gt;resume };
 }
@@ -76,7 +76,7 @@ sub resume {
   croak(&quot;resume() only works on tx's in the 'paused' state&quot;)
     unless $tx &amp;&amp; $tx-&gt;is_state('paused');
   
-  $self-&gt;tx-&gt;state('write');
+  $tx-&gt;state('write');
   $self-&gt;_write;
   
   return;</diff>
      <filename>AnyEvent-Mojo/lib/AnyEvent/Mojo/Server/Connection.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8bba62068507c794f1e65919eae8c6b5c06e7c5</id>
    </parent>
  </parents>
  <author>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </author>
  <url>http://github.com/melo/anyevent--mojo/commit/45a91f6bf416d432b97eeb4b48e92337b3157eb2</url>
  <id>45a91f6bf416d432b97eeb4b48e92337b3157eb2</id>
  <committed-date>2008-11-19T05:43:23-08:00</committed-date>
  <authored-date>2008-11-17T14:09:14-08:00</authored-date>
  <message>Fix: use the $tx variable

Signed-off-by: Pedro Melo &lt;melo@simplicidade.org&gt;</message>
  <tree>eb83ad44342f597ec1ee3e49f9f5e58f64f9ba7a</tree>
  <committer>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </committer>
</commit>
