<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>32bdc679d8fa9ea8293b10929011cc2e1bd2c8ba</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@rage.(none)</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/520e4ce5055a7273d1cfd922af8a1e4cffb11e3a</url>
    <id>520e4ce5055a7273d1cfd922af8a1e4cffb11e3a</id>
    <committed-date>2009-07-31T08:10:49-07:00</committed-date>
    <authored-date>2009-07-31T08:10:49-07:00</authored-date>
    <message>Basic tests for eval_error</message>
    <tree>4130f8db1dd9dfc5cc0f444a31328a8adc72e408</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@rage.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71b72f81d616ece224e7a29c5c7b7acbe594930d</id>
      </parent>
    </parents>
    <author>
      <name>Vincent Pit</name>
      <email>vince@profvince.com</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/a6554495809be5d7a456c8f757a9f8fe3c41ee0f</url>
    <id>a6554495809be5d7a456c8f757a9f8fe3c41ee0f</id>
    <committed-date>2009-07-05T18:29:11-07:00</committed-date>
    <authored-date>2009-07-05T08:53:09-07:00</authored-date>
    <message>Test autodie being first used in a string eval

Signed-off-by: Paul Fenwick &lt;pjf@cpan.org&gt;</message>
    <tree>cd05641e873f854e0d4813ee0cc2b997790a81da</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@cpan.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad99c5e64495769947ce9af866bdf935c442b168</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/aaf4bd7ce297d62b043f7254e6cfacabde1dde6e</url>
    <id>aaf4bd7ce297d62b043f7254e6cfacabde1dde6e</id>
    <committed-date>2009-07-05T03:24:42-07:00</committed-date>
    <authored-date>2009-07-05T03:24:42-07:00</authored-date>
    <message>Tests for autodie leaking near string evals.</message>
    <tree>b0ec50bc60d8376523f3381ee4275d728d31cb69</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c55a7a70e9e6adc917fae1dce61219ed88618a54</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1a5f9cf2483c0a785a74aec72ac15ebf31a3ff70</url>
    <id>1a5f9cf2483c0a785a74aec72ac15ebf31a3ff70</id>
    <committed-date>2009-06-30T21:48:00-07:00</committed-date>
    <authored-date>2009-06-30T21:48:00-07:00</authored-date>
    <message>Add extra tests based upon my autodie 2.00 blog entries.</message>
    <tree>c32b314af69b3700b6eb9e73004a3326b53ce197</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a7f54a2ee6c6ad4f9874a543b9b24d3e799c2a6</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/7d5ec8af010568d9501e3a0d25a01b8db8d3ec6c</url>
    <id>7d5ec8af010568d9501e3a0d25a01b8db8d3ec6c</id>
    <committed-date>2009-06-28T05:01:35-07:00</committed-date>
    <authored-date>2009-06-28T05:01:35-07:00</authored-date>
    <message>Removed old MANIFEST entries</message>
    <tree>375e0047888484be64fa50a5f737aa5178c610e8</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a437f69170960e38f5a5c1aeaadf810fa786630</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/4d8aba2fff6ad3305369e1236e6e65e4acc28795</url>
    <id>4d8aba2fff6ad3305369e1236e6e65e4acc28795</id>
    <committed-date>2009-06-28T04:53:51-07:00</committed-date>
    <authored-date>2009-06-28T04:53:51-07:00</authored-date>
    <message>Fixed bug where package scalars could be overwritten. Manifest updates.

Put simply, attemping to copy a format seemed to result in the format
being placed in the scalar slot, overwriting whatever was there. That's
not at all useful.  Thanks to Ben Morrow for spotting this.</message>
    <tree>9cbe407fec68012bd99c6376b388779b0b39e027</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1b2ba15f809e552649e2fb20a645975e9cfa908</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/5acaa427fdd16f86d463c7e2892ae76fa0efb1d3</url>
    <id>5acaa427fdd16f86d463c7e2892ae76fa0efb1d3</id>
    <committed-date>2009-06-25T01:24:13-07:00</committed-date>
    <authored-date>2009-06-25T01:24:13-07:00</authored-date>
    <message>Manifest update</message>
    <tree>8a600f7e1165352ef815638d431ffafeb4ea8864</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79b224452735bd930128c866e05e37f3959ca4ff</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/dabbf6c0ee09a783452cdf4aa2fb8f892c0512ea</url>
    <id>dabbf6c0ee09a783452cdf4aa2fb8f892c0512ea</id>
    <committed-date>2009-05-11T01:33:37-07:00</committed-date>
    <authored-date>2009-05-11T01:33:37-07:00</authored-date>
    <message>Updated manifest with new hints files and tests.</message>
    <tree>7c9d95529676bd519dd6fd4c08aef41ff57088d9</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>847e18b1e89dbb5dba1b3fffdfd324f8be6ba89c</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/a0510f7cfc8feacff5e976b4d4a6aa2ed1bcea5e</url>
    <id>a0510f7cfc8feacff5e976b4d4a6aa2ed1bcea5e</id>
    <committed-date>2009-04-25T00:04:23-07:00</committed-date>
    <authored-date>2009-04-25T00:04:23-07:00</authored-date>
    <message>MANIFEST += t/lib/Hints_test.pm</message>
    <tree>628c501e4b0c2c33940b29da8eeda92998eec1c7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17ffc95a4fdd07616951f38e9d52eed4162d69dc</id>
      </parent>
      <parent>
        <id>d141c87266664c65b5a74b5c68e9f1bcd580f8e8</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/28e4c3e21c296590b11dc7c1ffb338a870630941</url>
    <id>28e4c3e21c296590b11dc7c1ffb338a870630941</id>
    <committed-date>2009-03-03T22:03:21-08:00</committed-date>
    <authored-date>2009-03-03T22:03:21-08:00</authored-date>
    <message>Merge branch 'master' into hints

Conflicts:
	Changes
	MANIFEST
	lib/Fatal.pm</message>
    <tree>b8b519ff28aef38af64dca13bfe93868bbb3c69a</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>925e075f1f1d41abaf6b28ac0562fe29f3e08e69</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/52c392ab711689708537dad71ab0905bfb965de2</url>
    <id>52c392ab711689708537dad71ab0905bfb965de2</id>
    <committed-date>2009-02-26T13:17:29-08:00</committed-date>
    <authored-date>2009-02-26T13:17:29-08:00</authored-date>
    <message>Added internal-backcompat.t for internal interface testing.</message>
    <tree>cf7f3e996a546a691837b2a151d37ecdb3cf8a93</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>487474b5af1e7e9d01cccdc3cd2919a59a58c8d6</id>
      </parent>
      <parent>
        <id>1bdf8ce62a9dffc2d38fbaa8f22ba97bc7640f39</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/557efa359eefff988ccfe3b5d0d141087d74323d</url>
    <id>557efa359eefff988ccfe3b5d0d141087d74323d</id>
    <committed-date>2009-02-25T23:31:34-08:00</committed-date>
    <authored-date>2009-02-25T23:31:34-08:00</authored-date>
    <message>Merge branch 'master' into hints</message>
    <tree>9ac549a9e4be56632ffc6466d8510487191fb3c7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f1e8fd2f967e5c3e7b3359e0bc5ee0b07c2e1067</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/1bdf8ce62a9dffc2d38fbaa8f22ba97bc7640f39</url>
    <id>1bdf8ce62a9dffc2d38fbaa8f22ba97bc7640f39</id>
    <committed-date>2009-02-25T03:43:51-08:00</committed-date>
    <authored-date>2009-02-25T03:43:51-08:00</authored-date>
    <message>MANIFEST += t/lib/Caller_helper.pm</message>
    <tree>1bd4cccaf6a3f99a9ab433ed451c63157e105d30</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ca199fa57ff2a10364aac90f1e8fa2fddaa8479</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/7c62126a84ac7cc00890ca1b6c3fdb8a8abcdded</url>
    <id>7c62126a84ac7cc00890ca1b6c3fdb8a8abcdded</id>
    <committed-date>2009-02-22T04:59:57-08:00</committed-date>
    <authored-date>2009-02-22T04:59:57-08:00</authored-date>
    <message>Added Sub::Identify code for resolving subs.  Added tests.</message>
    <tree>0c958f34198b840dd3676d2ee60cec9059e10188</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ee387802e1f7db6e9fb62cbc5e1a23ee787cdcf</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/ae7644300a0c3804ceceb2753b33067a1003b8bb</url>
    <id>ae7644300a0c3804ceceb2753b33067a1003b8bb</id>
    <committed-date>2009-02-17T02:22:52-08:00</committed-date>
    <authored-date>2009-02-17T02:22:52-08:00</authored-date>
    <message>Added test for user-defined context bugs.
Described in http://perlmonks.org/?node_id=744246</message>
    <tree>39521dc345eb48837c92ea382197e0a664bb88f7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62b738d40d46862e2651c8253caf6a688fa276f8</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/eb65a8a22882e878a7ffd4918610c5a38f4af331</url>
    <id>eb65a8a22882e878a7ffd4918610c5a38f4af331</id>
    <committed-date>2009-01-02T16:27:04-08:00</committed-date>
    <authored-date>2009-01-02T16:27:04-08:00</authored-date>
    <message>Removed no longer loved Module::AutoInstall code from MANIFEST</message>
    <tree>119ce54232e1de02d19b06a9da44f7a699597e91</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>707942e651c25627a99dd680bd5287500c832bb6</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/5533edda045aa96c538b88843877104599956a1b</url>
    <id>5533edda045aa96c538b88843877104599956a1b</id>
    <committed-date>2008-12-02T05:09:09-08:00</committed-date>
    <authored-date>2008-12-02T05:09:09-08:00</authored-date>
    <message>Updated manifest.</message>
    <tree>c517fc880e0ed3cc2bc95b71ae813bf8833d5baf</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bbeedf5b00baa6f4b7f89889979f2d324ebca54e</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/e0e4d970b1c23d96adafaaf1dccfb9ce1f02158e</url>
    <id>e0e4d970b1c23d96adafaaf1dccfb9ce1f02158e</id>
    <committed-date>2008-11-29T22:03:58-08:00</committed-date>
    <authored-date>2008-11-29T22:03:58-08:00</authored-date>
    <message>Added open.t to MANIFEST</message>
    <tree>43b89ef0ddf0d3b2665d03f238923cc5a80bbe52</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc6768bc0911e8de4a53492b006968ed29b83280</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/911a4b5b741ec2cd20ea39b5e2ea5e4a0618933d</url>
    <id>911a4b5b741ec2cd20ea39b5e2ea5e4a0618933d</id>
    <committed-date>2008-11-05T15:04:25-08:00</committed-date>
    <authored-date>2008-11-05T15:04:25-08:00</authored-date>
    <message>Tests for better looking connect() errors.</message>
    <tree>92f7ba8d57c587e54cd539d1cae2e4e1879630c0</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfffde76981b4436f10ace14e8275e6a34780826</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/fc6768bc0911e8de4a53492b006968ed29b83280</url>
    <id>fc6768bc0911e8de4a53492b006968ed29b83280</id>
    <committed-date>2008-11-04T23:34:30-08:00</committed-date>
    <authored-date>2008-11-04T23:34:30-08:00</authored-date>
    <message>Manifest update</message>
    <tree>47b885c690c8081bbb6bb429cf3cb18ec30d2a60</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9bbc7df3679f83ecf7db7dc5326981f8ccaf24bd</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/0997eb3d8c65a5c6ea46a484f4980cb14ab57db8</url>
    <id>0997eb3d8c65a5c6ea46a484f4980cb14ab57db8</id>
    <committed-date>2008-09-24T19:57:05-07:00</committed-date>
    <authored-date>2008-09-24T19:57:05-07:00</authored-date>
    <message>Added author-only perlcritic tests.</message>
    <tree>cf6f9f8aab9a1c7a435558e71c66e03de5263ac7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7174c79e425aa30c474be0126ee89cb4de534b50</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/3ef29344ded26898389680aff5d64fb9930716ab</url>
    <id>3ef29344ded26898389680aff5d64fb9930716ab</id>
    <committed-date>2008-09-24T19:52:20-07:00</committed-date>
    <authored-date>2008-09-24T19:52:20-07:00</authored-date>
    <message>Version bump to 1.994.  Added version tag support to import.</message>
    <tree>ce18fe654e4b96e13fea3a323bc71ab6a62baf59</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d11b7ce1aac4444530c05241fe4c6a024c62793b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c1de2d289a2cc209dc8f034b811cef7739de3ae9</url>
    <id>c1de2d289a2cc209dc8f034b811cef7739de3ae9</id>
    <committed-date>2008-09-23T00:39:23-07:00</committed-date>
    <authored-date>2008-09-23T00:39:23-07:00</authored-date>
    <message>New tests from Jacinta now in MANIFEST.</message>
    <tree>32845704303f8d58d2bd92efab824b121648ab3c</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1fc8ff288bf168ae67dd6f82dee9063ae31febd</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/cf04ae2dc16a3ace9818842d347a51aef7512f04</url>
    <id>cf04ae2dc16a3ace9818842d347a51aef7512f04</id>
    <committed-date>2008-09-06T22:46:54-07:00</committed-date>
    <authored-date>2008-09-06T22:46:54-07:00</authored-date>
    <message>Added support for dbmopen and dbmclose.</message>
    <tree>2c618b5a1ce45cc2a4fae0961eee2e188b5b9351</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dfb4ba91fafedb3439c5ad47ee5eaba262bf8479</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/e1fc8ff288bf168ae67dd6f82dee9063ae31febd</url>
    <id>e1fc8ff288bf168ae67dd6f82dee9063ae31febd</id>
    <committed-date>2008-09-06T22:02:25-07:00</committed-date>
    <authored-date>2008-09-06T22:02:25-07:00</authored-date>
    <message>Added t/files.t</message>
    <tree>38414ec63a448177d522181f7137dad1d0f965a7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>265bfe79c2f4075e92e4a3bba43fd9b1c288b6f6</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c38808f0387fbbd276500680e78669e15591d97b</url>
    <id>c38808f0387fbbd276500680e78669e15591d97b</id>
    <committed-date>2008-07-18T19:00:46-07:00</committed-date>
    <authored-date>2008-07-18T19:00:46-07:00</authored-date>
    <message>Added support for exec().</message>
    <tree>152c5cab489212d86956b506c64561fb0cfde7bd</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3d6ca2fdf85fd53ebae036f51fc60794c667de3</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/265bfe79c2f4075e92e4a3bba43fd9b1c288b6f6</url>
    <id>265bfe79c2f4075e92e4a3bba43fd9b1c288b6f6</id>
    <committed-date>2008-07-18T18:36:57-07:00</committed-date>
    <authored-date>2008-07-18T18:36:57-07:00</authored-date>
    <message>Added support for fileno.</message>
    <tree>c65b751027b3f0e35d7f059e2329a6a8880fd7b8</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8dee674760928437d64c3bf44676d923227416c</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/d3d6ca2fdf85fd53ebae036f51fc60794c667de3</url>
    <id>d3d6ca2fdf85fd53ebae036f51fc60794c667de3</id>
    <committed-date>2008-07-18T18:24:29-07:00</committed-date>
    <authored-date>2008-07-18T18:23:12-07:00</authored-date>
    <message>Moved internal tests from Fatal.t to internal.t</message>
    <tree>833e2219583618d6b4bc696813e9a1b449f7389d</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbc72df885f56d843ab0522866f02456c3271910</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c115bfaf96771fa7e27b73db797973ec07b49708</url>
    <id>c115bfaf96771fa7e27b73db797973ec07b49708</id>
    <committed-date>2008-07-05T21:18:06-07:00</committed-date>
    <authored-date>2008-07-05T21:18:06-07:00</authored-date>
    <message>Added t/usersub.t</message>
    <tree>7c8f0f9a93fd32c51bf548df2ea35689a7da905c</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>61d0f4ea007b832b957c586f631e5d123ffa11ee</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/a902631c47f2cba8a21354c33adfd9a27ac747bd</url>
    <id>a902631c47f2cba8a21354c33adfd9a27ac747bd</id>
    <committed-date>2008-07-03T20:34:08-07:00</committed-date>
    <authored-date>2008-07-03T20:34:08-07:00</authored-date>
    <message>Added lethal.t, a test for basic sub-classing.</message>
    <tree>c03c9ce719113d19691946520f2abb9320360817</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2490aded32825c3d9a07b52d5f08539d5fd47025</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/cca14e987971d40de5c0913af091ac70d08564d8</url>
    <id>cca14e987971d40de5c0913af091ac70d08564d8</id>
    <committed-date>2008-07-03T18:57:50-07:00</committed-date>
    <authored-date>2008-07-03T18:57:50-07:00</authored-date>
    <message>Removal of old design notes.</message>
    <tree>7ed3d68c09153b25fb972b068d875336c923e4e3</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d351cea0ef450edb5a3800c7717d96e43d293700</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/23c91ca0a3c27efc3027825d9fa0e68b51178ff6</url>
    <id>23c91ca0a3c27efc3027825d9fa0e68b51178ff6</id>
    <committed-date>2008-07-03T00:30:51-07:00</committed-date>
    <authored-date>2008-07-03T00:30:51-07:00</authored-date>
    <message>Strewth mate, don't forget that MANIFEST.</message>
    <tree>c05ce16875becd506766cc13eef9b99c361ec3e2</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6d0f71ddfcef400f39c8dfc332d2fa7bb03895f</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/bb0f6fd12dc942f8c6f55a287b25c1f50658712c</url>
    <id>bb0f6fd12dc942f8c6f55a287b25c1f50658712c</id>
    <committed-date>2008-07-01T20:56:05-07:00</committed-date>
    <authored-date>2008-07-01T20:56:05-07:00</authored-date>
    <message>Added t/fork.t</message>
    <tree>b2274ec1649369380307c990c701083a8989348c</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4bef4dd5b84e61f022093477807764b1cffe377d</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/b0a2a4a932933137ca947a01a225f6097f9db2a3</url>
    <id>b0a2a4a932933137ca947a01a225f6097f9db2a3</id>
    <committed-date>2008-07-01T08:19:02-07:00</committed-date>
    <authored-date>2008-07-01T08:19:02-07:00</authored-date>
    <message>todo.t removed because we have passing tests for everything that was in it.</message>
    <tree>a37a8892ad73fcd94ae5b74bf83fbe086001d2bf</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d2fc8cd9213f64773a8f213cc25ef8d8bb478cd</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/927d4afcd6e6f519da65f981324f4fff235472bf</url>
    <id>927d4afcd6e6f519da65f981324f4fff235472bf</id>
    <committed-date>2008-06-28T22:41:12-07:00</committed-date>
    <authored-date>2008-06-28T22:41:12-07:00</authored-date>
    <message>Added t/repeat.t</message>
    <tree>3d73c46569e1ed0d53d635e899dad673f31a034b</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
</commits>
