<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>355a109a4231a147a20982eece6feb7ca150ba0b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1a5d5b37b5166c8b6ff446441b0458c54ba09615</url>
    <id>1a5d5b37b5166c8b6ff446441b0458c54ba09615</id>
    <committed-date>2008-08-22T06:58:14-07:00</committed-date>
    <authored-date>2008-08-22T06:58:14-07:00</authored-date>
    <message>Release time.  v1.991</message>
    <tree>32d9e91b4945a83a9ba67548496fbf0e9e20e471</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cbbd40729d06147118e52f4090481167b74edfe3</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/355a109a4231a147a20982eece6feb7ca150ba0b</url>
    <id>355a109a4231a147a20982eece6feb7ca150ba0b</id>
    <committed-date>2008-08-22T06:42:28-07:00</committed-date>
    <authored-date>2008-08-22T06:42:28-07:00</authored-date>
    <message>RT #38066 - exceptions from system() now report the correct line number.</message>
    <tree>f223a319fb036190c8d89926508d178f5949cedd</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b22117fd6432f59965ae1d42e54a409cb6e0077</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/cbbd40729d06147118e52f4090481167b74edfe3</url>
    <id>cbbd40729d06147118e52f4090481167b74edfe3</id>
    <committed-date>2008-08-20T23:36:06-07:00</committed-date>
    <authored-date>2008-08-20T23:36:06-07:00</authored-date>
    <message>Upgrade to Module::Install 0.75</message>
    <tree>b81792786faf6103590b82648a0d5436228602b9</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>675453bfe12fd9e759a14914437ba4976631f17b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1b22117fd6432f59965ae1d42e54a409cb6e0077</url>
    <id>1b22117fd6432f59965ae1d42e54a409cb6e0077</id>
    <committed-date>2008-08-20T23:30:03-07:00</committed-date>
    <authored-date>2008-08-20T23:30:03-07:00</authored-date>
    <message>backcompat.t should no longer mysteriously fail under 5.8.3 and before.

Perl prior to 5.8.3 would format its errors with less spaces, and our
test regexp wasn't picking this up.  Now it is.</message>
    <tree>6fdd6687a1178fb8d74d9886edff7697cdbd74a6</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c0389536daa83aa9cb467dd289742e1d681c841f</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/675453bfe12fd9e759a14914437ba4976631f17b</url>
    <id>675453bfe12fd9e759a14914437ba4976631f17b</id>
    <committed-date>2008-08-20T23:22:36-07:00</committed-date>
    <authored-date>2008-08-20T23:22:36-07:00</authored-date>
    <message>fork tests should no longer fail mysteriously on Solaris</message>
    <tree>17eb644fd2a3fbdcbc518d411496fea4323da117</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cfe1b7020d4db6678a1ba6a99979a86c0d65db50</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c0389536daa83aa9cb467dd289742e1d681c841f</url>
    <id>c0389536daa83aa9cb467dd289742e1d681c841f</id>
    <committed-date>2008-08-20T23:14:01-07:00</committed-date>
    <authored-date>2008-08-20T23:14:01-07:00</authored-date>
    <message>Bugfix: RT #38598. The errno attribute on autodie::exceptions is now set correctly.</message>
    <tree>7b131b76edc82a09521a4de60ed6ea9555f743e5</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b4d0c1efa1c48e80cd68e11c40d6a1e264ebb54</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/cfe1b7020d4db6678a1ba6a99979a86c0d65db50</url>
    <id>cfe1b7020d4db6678a1ba6a99979a86c0d65db50</id>
    <committed-date>2008-08-20T19:55:08-07:00</committed-date>
    <authored-date>2008-08-20T19:55:08-07:00</authored-date>
    <message>Current working version is 1.99_01</message>
    <tree>bdfc9ff1101fdabc9950fdb1609a25a3ba1c8cbe</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>caf2c56e9f28afd06b0f780c8de78244b4428201</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1b4d0c1efa1c48e80cd68e11c40d6a1e264ebb54</url>
    <id>1b4d0c1efa1c48e80cd68e11c40d6a1e264ebb54</id>
    <committed-date>2008-08-20T19:54:23-07:00</committed-date>
    <authored-date>2008-08-20T19:54:23-07:00</authored-date>
    <message>RT #38598 marked as TODO tests.</message>
    <tree>60bf268dc14d86109eb7548d721e668fd1ad55f9</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06cc027e9b6cffed6ed33542ad865147673133ba</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/caf2c56e9f28afd06b0f780c8de78244b4428201</url>
    <id>caf2c56e9f28afd06b0f780c8de78244b4428201</id>
    <committed-date>2008-08-20T19:53:54-07:00</committed-date>
    <authored-date>2008-08-20T19:53:54-07:00</authored-date>
    <message>Version bump to 1.99_01</message>
    <tree>bf6aea2d83c540e751b53ef92783f26abc394274</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d2455ada5191d4f29a91d4f65585fe0e0635f7d</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/06cc027e9b6cffed6ed33542ad865147673133ba</url>
    <id>06cc027e9b6cffed6ed33542ad865147673133ba</id>
    <committed-date>2008-08-20T19:50:53-07:00</committed-date>
    <authored-date>2008-08-20T19:50:53-07:00</authored-date>
    <message>Bugfix: RT#38614, stringified autodie::exceptions now end with a newline.</message>
    <tree>aa0d469cf04e32376e791cafc167a254cd234bcd</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79e07a3c4354ae63605e87d3c40079b2567a1049</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/4d2455ada5191d4f29a91d4f65585fe0e0635f7d</url>
    <id>4d2455ada5191d4f29a91d4f65585fe0e0635f7d</id>
    <committed-date>2008-08-20T19:46:07-07:00</committed-date>
    <authored-date>2008-08-20T19:46:07-07:00</authored-date>
    <message>RT #38614 - Exceptions should end with a newline.</message>
    <tree>4abe0615b3833eaee9d0bcb166344d910030677f</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3889f8c533549cc77f7635a02cda3fddd2670ad</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/79e07a3c4354ae63605e87d3c40079b2567a1049</url>
    <id>79e07a3c4354ae63605e87d3c40079b2567a1049</id>
    <committed-date>2008-08-19T23:17:02-07:00</committed-date>
    <authored-date>2008-08-19T23:17:02-07:00</authored-date>
    <message>Standard PTA perl-tip distribution license.
You may distribute this in full provided the copyright and license
remains attached.</message>
    <tree>3408ba92fa76a010148de30b9a33c8dfffef19d3</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ce004ebc62c85c6bc0652d6c7c108e864f26e40</id>
      </parent>
    </parents>
    <author>
      <name>Jacinta Richardson</name>
      <email>jarich@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/f3889f8c533549cc77f7635a02cda3fddd2670ad</url>
    <id>f3889f8c533549cc77f7635a02cda3fddd2670ad</id>
    <committed-date>2008-08-19T23:05:47-07:00</committed-date>
    <authored-date>2008-08-19T23:05:47-07:00</authored-date>
    <message>Spelling errors and a couple of other fixes</message>
    <tree>428c710b5f518830e773ef240c585d023c4d61e7</tree>
    <committer>
      <name>Jacinta Richardson</name>
      <email>jarich@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>569525ce5772c76bd5a4367290921e7d6d84ab57</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/2ce004ebc62c85c6bc0652d6c7c108e864f26e40</url>
    <id>2ce004ebc62c85c6bc0652d6c7c108e864f26e40</id>
    <committed-date>2008-08-19T22:10:43-07:00</committed-date>
    <authored-date>2008-08-19T22:10:43-07:00</authored-date>
    <message>More descriptive changes tags.</message>
    <tree>09085b7e540f77e1d9ab8ffcd95bf67dd142599a</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>813905fbbd97791d242821f018511a81df5b4714</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/569525ce5772c76bd5a4367290921e7d6d84ab57</url>
    <id>569525ce5772c76bd5a4367290921e7d6d84ab57</id>
    <committed-date>2008-08-19T22:10:22-07:00</committed-date>
    <authored-date>2008-08-19T22:10:22-07:00</authored-date>
    <message>Ignore merge-core.pl and doc/perl-tip.pod</message>
    <tree>efc65a3404a782e101661bc9b09715f690edcdb7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2613ca842bd85f0e9810a0e338e2816bb7aa3b2c</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/813905fbbd97791d242821f018511a81df5b4714</url>
    <id>813905fbbd97791d242821f018511a81df5b4714</id>
    <committed-date>2008-08-19T22:07:49-07:00</committed-date>
    <authored-date>2008-08-19T22:07:49-07:00</authored-date>
    <message>More errno tests.</message>
    <tree>42e0387235e4628e0a14988df7f316638dcc38ea</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>855f51c5e6cac80c2fb47fd194d1ca9d9c4c4f5d</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/2613ca842bd85f0e9810a0e338e2816bb7aa3b2c</url>
    <id>2613ca842bd85f0e9810a0e338e2816bb7aa3b2c</id>
    <committed-date>2008-08-19T22:07:09-07:00</committed-date>
    <authored-date>2008-08-19T22:07:09-07:00</authored-date>
    <message>Documentation that will become a perl tip</message>
    <tree>695396d6ef4dc2f8077baeefc6d394f8a2902709</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1909a15e0df4fa79daab0d406eeb8c8681ee54b3</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/855f51c5e6cac80c2fb47fd194d1ca9d9c4c4f5d</url>
    <id>855f51c5e6cac80c2fb47fd194d1ca9d9c4c4f5d</id>
    <committed-date>2008-08-19T21:42:28-07:00</committed-date>
    <authored-date>2008-08-19T21:42:28-07:00</authored-date>
    <message>Added (failing) tests for errno being empty in basic_exceptions.t</message>
    <tree>83245cd182717de166335b4053866ece7ff071ad</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>042998715bd579c61c92b78b5ab9e65721a1b583</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1909a15e0df4fa79daab0d406eeb8c8681ee54b3</url>
    <id>1909a15e0df4fa79daab0d406eeb8c8681ee54b3</id>
    <committed-date>2008-08-13T21:38:26-07:00</committed-date>
    <authored-date>2008-08-13T21:38:26-07:00</authored-date>
    <message>Does use Fatal qw(system) make sense?</message>
    <tree>1e6d629619c5c60fbb0a1a488fe9b7dc5b95496b</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c261c9ee7201bc9bd99133e6e5ba8c91406bef1d</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/042998715bd579c61c92b78b5ab9e65721a1b583</url>
    <id>042998715bd579c61c92b78b5ab9e65721a1b583</id>
    <committed-date>2008-08-08T06:02:12-07:00</committed-date>
    <authored-date>2008-08-08T06:02:12-07:00</authored-date>
    <message>Simple script for merging autodie into core.

Assumes ../perl/ contains a working perl source tree.</message>
    <tree>6c1177ee354d114b360a80d3f7e97254ce45b6e3</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7c41c910efbf0e68d44cd64312ef64b7d5b77984</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c261c9ee7201bc9bd99133e6e5ba8c91406bef1d</url>
    <id>c261c9ee7201bc9bd99133e6e5ba8c91406bef1d</id>
    <committed-date>2008-08-04T00:28:16-07:00</committed-date>
    <authored-date>2008-08-04T00:28:16-07:00</authored-date>
    <message>chdir added to defaults and :filesys</message>
    <tree>1976902c03c8752b553b06b8bd757705e2927c89</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c68f8b063cda51b4e1a296cdb47c613bc7d2e738</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/7c41c910efbf0e68d44cd64312ef64b7d5b77984</url>
    <id>7c41c910efbf0e68d44cd64312ef64b7d5b77984</id>
    <committed-date>2008-07-31T04:34:43-07:00</committed-date>
    <authored-date>2008-07-31T04:34:43-07:00</authored-date>
    <message>Whitespace changes to make git more happy.</message>
    <tree>a1d98a4327e85c2d2a981ad11661234de0e4dcb7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f81698057b0c8776cbd04026aa9b749b53c6c06</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c68f8b063cda51b4e1a296cdb47c613bc7d2e738</url>
    <id>c68f8b063cda51b4e1a296cdb47c613bc7d2e738</id>
    <committed-date>2008-07-31T04:33:41-07:00</committed-date>
    <authored-date>2008-07-31T04:33:41-07:00</authored-date>
    <message>More portability tweaks for core integration.</message>
    <tree>74d8766575c71e32bbf4cca8926fd759c1326206</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e5a9526bfd54bfcbe9afb1d722fe363f81947d8</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/2f81698057b0c8776cbd04026aa9b749b53c6c06</url>
    <id>2f81698057b0c8776cbd04026aa9b749b53c6c06</id>
    <committed-date>2008-07-31T04:18:17-07:00</committed-date>
    <authored-date>2008-07-31T04:18:17-07:00</authored-date>
    <message>Internal test changes to ease integration with core.</message>
    <tree>e9c518b5b2e81ad3a9f5f39a05381de4bc3a41cc</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c996ffa5e29aec7a0af9f2d997017b72b2b2956b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1e5a9526bfd54bfcbe9afb1d722fe363f81947d8</url>
    <id>1e5a9526bfd54bfcbe9afb1d722fe363f81947d8</id>
    <committed-date>2008-07-22T18:35:53-07:00</committed-date>
    <authored-date>2008-07-22T18:35:53-07:00</authored-date>
    <message>Makefile.PL is no longer executable.</message>
    <tree>5429169019b407f4635ad1464345e41b8480b864</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a6750a3451013e5a2f7d0bbd808da7ddcee807b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c996ffa5e29aec7a0af9f2d997017b72b2b2956b</url>
    <id>c996ffa5e29aec7a0af9f2d997017b72b2b2956b</id>
    <committed-date>2008-07-22T18:34:54-07:00</committed-date>
    <authored-date>2008-07-22T18:34:54-07:00</authored-date>
    <message>Makefile.PL is no longer executable.  Thanks CPANTS!</message>
    <tree>052a642e78259fdc8d3620325d5f86e7f35fb842</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c4684e3eb31a84d2a0719822f11dbcdbeab65f70</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/4a6750a3451013e5a2f7d0bbd808da7ddcee807b</url>
    <id>4a6750a3451013e5a2f7d0bbd808da7ddcee807b</id>
    <committed-date>2008-07-22T16:29:19-07:00</committed-date>
    <authored-date>2008-07-22T16:29:19-07:00</authored-date>
    <message>Credit to BrowserUk and Jured, who are awesome.
    BrowserUk - Came up with the name 'lethal'.
    Jured - Came up with the name 'autodie'.</message>
    <tree>483892395da78d0a499e410fada57f93b2403752</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2e4ebfa4d1afc0aed50574a760415bd6afb5a07</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c4684e3eb31a84d2a0719822f11dbcdbeab65f70</url>
    <id>c4684e3eb31a84d2a0719822f11dbcdbeab65f70</id>
    <committed-date>2008-07-21T02:25:49-07:00</committed-date>
    <authored-date>2008-07-21T02:25:49-07:00</authored-date>
    <message>1.99 release</message>
    <tree>e5678fa4ca3e091e6375cc3c9c659b7edd38e5e4</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a8d5b010b597d79ae4f2a9a2a67365a2a7acf9b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/d2e4ebfa4d1afc0aed50574a760415bd6afb5a07</url>
    <id>d2e4ebfa4d1afc0aed50574a760415bd6afb5a07</id>
    <committed-date>2008-07-21T02:24:01-07:00</committed-date>
    <authored-date>2008-07-21T02:24:01-07:00</authored-date>
    <message>Adjusted version to 1.99.  I figure we'll want some tweaks before 2.00.</message>
    <tree>db061e87e42031a2abb527f8a3b31864a1b30803</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4f0d802d414d3699cd992885e0f04628bc7ee2a7</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1a8d5b010b597d79ae4f2a9a2a67365a2a7acf9b</url>
    <id>1a8d5b010b597d79ae4f2a9a2a67365a2a7acf9b</id>
    <committed-date>2008-07-21T02:22:00-07:00</committed-date>
    <authored-date>2008-07-21T02:22:00-07:00</authored-date>
    <message>Documentation improvements.</message>
    <tree>03427bbde4ea4caaf6c5a3d4e8bcc8ab175a5f79</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
</commits>
