<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 Revision history for Log-Handler-Output-Gearman
 
+            - New method gearman_client(), returns Gearman::XS::Client instance
+
 0.01002     Thu Jul 16 2009
             - Adapt error handling of other Log::Handler::Output modules
 </diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -181,6 +181,16 @@ Returns the last error message.
 
 sub errstr { $ERRSTR }
 
+=head2 gearman_client
+
+Returns L&lt;Gearman::XS::Client&gt; instance.
+
+=cut
+
+sub gearman_client {
+    return shift-&gt;{client};
+}
+
 sub _setup_gearman {
     my ($self) = @_;
     my $client = Gearman::XS::Client-&gt;new;</diff>
      <filename>lib/Log/Handler/Output/Gearman.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c133123bcd449f70d1e83864cb8052a173ee951f</id>
    </parent>
  </parents>
  <author>
    <name>Johannes Plunien</name>
    <email>johannes.plunien@xing.com</email>
  </author>
  <url>http://github.com/plu/log-handler-output-gearman/commit/ec5e9667bf0c8dfaf979b431d165d57f24707d00</url>
  <id>ec5e9667bf0c8dfaf979b431d165d57f24707d00</id>
  <committed-date>2009-10-31T14:39:56-07:00</committed-date>
  <authored-date>2009-10-31T14:39:56-07:00</authored-date>
  <message>New method gearman_client(), returns Gearman::XS::Client instance</message>
  <tree>4518748c9d38acc88e7f036e5624ce2bd8439d4a</tree>
  <committer>
    <name>Johannes Plunien</name>
    <email>johannes.plunien@xing.com</email>
  </committer>
</commit>
