<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,4 +13,5 @@ t/muarg.t
 t/mult.t
 t/simple.t
 t/stdouterr.t
+t/time.t
 t/wait.t</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 ######################################################################
-    Proc::Simple 1.22
+    Proc::Simple 1.23
 ######################################################################
 
 NAME
@@ -213,6 +213,16 @@ METHODS
 
           $pid = $proc-&gt;pid;
 
+    t0  Returns the start time() of the forked process associated with this
+        object
+
+          $pid = $proc-&gt;t0();
+
+    t1  Returns the stop time() of the forked process associated with this
+        object
+
+          return $proc-&gt;t1()
+
     DESTROY (Destructor)
         Object destructor. This method is called when the object is
         destroyed (eg with &quot;undef&quot; or on exiting perl). If kill_on_destroy
@@ -264,3 +274,5 @@ AUTHOR
 
         Chip Capelik contributed a patch with the wait() method.
 
+        Jeff Holt provided a patch for time tracking with t0() and t1().
+</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b6943fb8d28c6c43b229fae17a351151ec4e79d</id>
    </parent>
  </parents>
  <author>
    <name>mschilli</name>
    <email>github@perlmeister.com</email>
  </author>
  <url>http://github.com/mschilli/proc-simple-perl/commit/4c4b33c401ba9da7d8481d359391749ac3ed40f3</url>
  <id>4c4b33c401ba9da7d8481d359391749ac3ed40f3</id>
  <committed-date>2009-07-16T22:22:13-07:00</committed-date>
  <authored-date>2008-06-25T20:31:40-07:00</authored-date>
  <message>upd</message>
  <tree>26b14ab78016cbe2c803a9f7a29688b0e8f338bb</tree>
  <committer>
    <name>mschilli</name>
    <email>m@perlmeister.com</email>
  </committer>
</commit>
