<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <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>c544774bda00d4e05972fdeb898edfff14ad4861</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/62b738d40d46862e2651c8253caf6a688fa276f8</url>
    <id>62b738d40d46862e2651c8253caf6a688fa276f8</id>
    <committed-date>2009-01-02T16:25:01-08:00</committed-date>
    <authored-date>2009-01-02T16:25:01-08:00</authored-date>
    <message>Bump version to 1.998 and release!</message>
    <tree>b65df86e308a486cb61c5d1576e16862d6044624</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02178aa0cd1be6cd21ea0e99b8a84f747e508c70</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c544774bda00d4e05972fdeb898edfff14ad4861</url>
    <id>c544774bda00d4e05972fdeb898edfff14ad4861</id>
    <committed-date>2009-01-02T16:18:49-08:00</committed-date>
    <authored-date>2009-01-02T16:18:49-08:00</authored-date>
    <message>rm more trailing whitespace</message>
    <tree>fc3642a72b7c2625c716729e2c196fe86f294590</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ba1157d54fdfa3e031395de27f386b4b1290971</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/02178aa0cd1be6cd21ea0e99b8a84f747e508c70</url>
    <id>02178aa0cd1be6cd21ea0e99b8a84f747e508c70</id>
    <committed-date>2009-01-02T16:17:56-08:00</committed-date>
    <authored-date>2009-01-02T16:17:56-08:00</authored-date>
    <message>rm trailing whitespace</message>
    <tree>23702b582193e7d244c8615a0de528fcd227e7a2</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b41832735f80e495a6cd554cce8af33318e2b79e</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/0ba1157d54fdfa3e031395de27f386b4b1290971</url>
    <id>0ba1157d54fdfa3e031395de27f386b4b1290971</id>
    <committed-date>2009-01-02T16:16:32-08:00</committed-date>
    <authored-date>2009-01-02T16:16:32-08:00</authored-date>
    <message>rm trailing whitespace</message>
    <tree>ae5d57457408d86f44a8e8a34c718fedc5f6c4e7</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>884aae99622ff4e787ec88ffe9b7ab6e65683694</id>
      </parent>
    </parents>
    <author>
      <name>Craig A. Berry</name>
      <email>cberry@cpan.org</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/b41832735f80e495a6cd554cce8af33318e2b79e</url>
    <id>b41832735f80e495a6cd554cce8af33318e2b79e</id>
    <committed-date>2009-01-02T15:57:25-08:00</committed-date>
    <authored-date>2009-01-02T15:57:25-08:00</authored-date>
    <message>In determining whether tests based on truncate() are worth running, truncate.t
calls truncate() inside an eval, which should handle the case where
the function doesn't exist.  But since the return value is not
checked, it doesn't handle the case where a simple truncate operation
fails.  The attached patch remedies that.

This came up because on VMS, the C library's ftruncate() does not play
nice with temporary files having the delete-on-close bit set, which is
what File:Temp gives us by default.  An alternative would be to have
it roll its own temp file, but that seems an unnecessary burden to
place on a test script that is doing the right thing.</message>
    <tree>f176e1b4197fee45a78dc0a2311cb0b833885d1c</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d61fa9d568d95dd61f67a06a914681abc7f107ce</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/884aae99622ff4e787ec88ffe9b7ab6e65683694</url>
    <id>884aae99622ff4e787ec88ffe9b7ab6e65683694</id>
    <committed-date>2008-12-15T17:10:32-08:00</committed-date>
    <authored-date>2008-12-15T17:10:32-08:00</authored-date>
    <message>Better documentation of used only once bug.</message>
    <tree>d59bad29bf14c513da7c5cc99afc9b73b0710f4e</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e77782a272e19fcf36de5821ce38ccec0728f3c</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/d61fa9d568d95dd61f67a06a914681abc7f107ce</url>
    <id>d61fa9d568d95dd61f67a06a914681abc7f107ce</id>
    <committed-date>2008-12-11T00:09:41-08:00</committed-date>
    <authored-date>2008-12-11T00:09:41-08:00</authored-date>
    <message>mkdir.t and unlink.t no longer chdir for their tests.</message>
    <tree>9855611510c3517cc7f9b40d119730fe0416ab86</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e13e0c22c364f0f1f133b4290a5fd29ffbdc260</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/7e77782a272e19fcf36de5821ce38ccec0728f3c</url>
    <id>7e77782a272e19fcf36de5821ce38ccec0728f3c</id>
    <committed-date>2008-12-05T19:11:32-08:00</committed-date>
    <authored-date>2008-12-05T19:11:32-08:00</authored-date>
    <message>exception_class.t: Worked around overloaded stringification with apostrophe bug.</message>
    <tree>b87526609b243dcf6f6ecb3ee4a63ccbc499449d</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5949ec5c0591d46a874a19e7cc1d066cfc6eb987</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/3e13e0c22c364f0f1f133b4290a5fd29ffbdc260</url>
    <id>3e13e0c22c364f0f1f133b4290a5fd29ffbdc260</id>
    <committed-date>2008-12-04T03:53:38-08:00</committed-date>
    <authored-date>2008-12-04T03:53:38-08:00</authored-date>
    <message>Permission fixes.</message>
    <tree>8b10a9d50a00559e6a700cbfad602961b3950d7f</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cdf77a7fb5d290615661dbdc4b9774f314d32b85</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/5949ec5c0591d46a874a19e7cc1d066cfc6eb987</url>
    <id>5949ec5c0591d46a874a19e7cc1d066cfc6eb987</id>
    <committed-date>2008-12-04T03:53:10-08:00</committed-date>
    <authored-date>2008-12-04T03:53:10-08:00</authored-date>
    <message>Yes, AutoInstall is really gone.</message>
    <tree>52d9dabce1971374e4ff30e4170be8fa53eb054b</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>99f463021a4770e120bbec7c2674af05c61c1c88</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/cdf77a7fb5d290615661dbdc4b9774f314d32b85</url>
    <id>cdf77a7fb5d290615661dbdc4b9774f314d32b85</id>
    <committed-date>2008-12-04T03:52:40-08:00</committed-date>
    <authored-date>2008-12-04T03:52:40-08:00</authored-date>
    <message>Tweaks to pujHa'ghach::Dolth in line with my OSDC talk.</message>
    <tree>b22c11d439a0ba521413d4f8495b2046045e047a</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a78d868f381cede115f88dda61dff3be0f37e53</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/99f463021a4770e120bbec7c2674af05c61c1c88</url>
    <id>99f463021a4770e120bbec7c2674af05c61c1c88</id>
    <committed-date>2008-12-04T00:02:30-08:00</committed-date>
    <authored-date>2008-12-04T00:02:30-08:00</authored-date>
    <message>Removed Module::AutoInstall from build system.</message>
    <tree>bd4a3ac0884733899c0a0a90db522707006d3eca</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f35eb14c3a311da669a3dea72fc109302ad350f9</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/4a78d868f381cede115f88dda61dff3be0f37e53</url>
    <id>4a78d868f381cede115f88dda61dff3be0f37e53</id>
    <committed-date>2008-12-03T20:33:29-08:00</committed-date>
    <authored-date>2008-12-03T20:33:29-08:00</authored-date>
    <message>Don't test exception objects on Test::More 0.84 or above.</message>
    <tree>000eb0b10ccc94b4481a300a7d640f6b719bbe87</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d15495be59852dca9b90bb1cbd92797cc69b2712</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/f35eb14c3a311da669a3dea72fc109302ad350f9</url>
    <id>f35eb14c3a311da669a3dea72fc109302ad350f9</id>
    <committed-date>2008-12-03T20:33:01-08:00</committed-date>
    <authored-date>2008-12-03T20:33:01-08:00</authored-date>
    <message>Version bump to 1.997</message>
    <tree>35cc559dee54db5322d37daca34baf011cea4fe1</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8305d299ceee51cf70cff5959ae4553fdfdd25dd</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/d15495be59852dca9b90bb1cbd92797cc69b2712</url>
    <id>d15495be59852dca9b90bb1cbd92797cc69b2712</id>
    <committed-date>2008-12-03T14:58:24-08:00</committed-date>
    <authored-date>2008-12-03T14:58:24-08:00</authored-date>
    <message>Added critic.t and socket.t to non-core tests.</message>
    <tree>46d1ef99086b49d70d59d5814b5098cefe16dd8b</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6134a08dfd6d6d1a34c34360268d56809f3b1ddc</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/8305d299ceee51cf70cff5959ae4553fdfdd25dd</url>
    <id>8305d299ceee51cf70cff5959ae4553fdfdd25dd</id>
    <committed-date>2008-12-03T14:45:09-08:00</committed-date>
    <authored-date>2008-12-03T14:45:09-08:00</authored-date>
    <message>Release time!</message>
    <tree>b817c6680e41af5900897788601b6cf29a139a45</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36649b10db256d667d124df899529fa3101adf1f</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/6134a08dfd6d6d1a34c34360268d56809f3b1ddc</url>
    <id>6134a08dfd6d6d1a34c34360268d56809f3b1ddc</id>
    <committed-date>2008-12-02T16:43:40-08:00</committed-date>
    <authored-date>2008-12-02T16:43:40-08:00</authored-date>
    <message>pod-critic: exception_class is considered private for docs.</message>
    <tree>02cec9a8e25770f41ed5b93db40c74062ffac220</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cca9d25da9a2e959aa223728fa414f162fb5955c</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/36649b10db256d667d124df899529fa3101adf1f</url>
    <id>36649b10db256d667d124df899529fa3101adf1f</id>
    <committed-date>2008-12-02T16:42:09-08:00</committed-date>
    <authored-date>2008-12-02T16:42:09-08:00</authored-date>
    <message>Critic no longer complains about our really-needed string eval.</message>
    <tree>bb50792a338c57fec9e047683e1b0a137a2f9f3d</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b078be0cf4355e72ff9d06e04aa64e027cb6a075</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/cca9d25da9a2e959aa223728fa414f162fb5955c</url>
    <id>cca9d25da9a2e959aa223728fa414f162fb5955c</id>
    <committed-date>2008-12-02T14:51:46-08:00</committed-date>
    <authored-date>2008-12-02T14:51:46-08:00</authored-date>
    <message>Version bump to 1.996</message>
    <tree>b32ec39df144d5c83ed44b94725f57b8a54f6f19</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b20b05ba99cd1829013efcf0fe892b3b24436b8</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/b078be0cf4355e72ff9d06e04aa64e027cb6a075</url>
    <id>b078be0cf4355e72ff9d06e04aa64e027cb6a075</id>
    <committed-date>2008-12-02T14:49:11-08:00</committed-date>
    <authored-date>2008-12-02T14:49:11-08:00</authored-date>
    <message>Added translation notes.</message>
    <tree>16fb85e523f684dce2abf18e2e3c9ac855503064</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5533edda045aa96c538b88843877104599956a1b</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/3b20b05ba99cd1829013efcf0fe892b3b24436b8</url>
    <id>3b20b05ba99cd1829013efcf0fe892b3b24436b8</id>
    <committed-date>2008-12-02T14:48:36-08:00</committed-date>
    <authored-date>2008-12-02T14:48:36-08:00</authored-date>
    <message>Added missing version tag exports and tests for this.</message>
    <tree>236a9d55304ea8093743c4c790b31cbd89d28b41</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>7d4feb866bffd587313a31886f866c68a5eafba8</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/707942e651c25627a99dd680bd5287500c832bb6</url>
    <id>707942e651c25627a99dd680bd5287500c832bb6</id>
    <committed-date>2008-12-02T03:31:35-08:00</committed-date>
    <authored-date>2008-12-02T03:31:35-08:00</authored-date>
    <message>Fixed nasty bug where multiple autodie modules would share caches.

BUGFIX: Fixed a bug where multiple autodie-derived classes
would share the same subroutine cache.  This could result
in excptions from the wrong class being thrown.

This bug did not affect programs which used only autodie,
or a single autodie-derived class.</message>
    <tree>8bd33b53f2d7b71c4d857fdc9b7dc71901b0510b</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7096f27bc0d10127ce8cc2fe0e9ca77f562f33e1</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/7d4feb866bffd587313a31886f866c68a5eafba8</url>
    <id>7d4feb866bffd587313a31886f866c68a5eafba8</id>
    <committed-date>2008-12-02T03:18:21-08:00</committed-date>
    <authored-date>2008-12-02T03:18:21-08:00</authored-date>
    <message>Added tests and error checking for our exception_class method.</message>
    <tree>539ab8497e5d723834e34a39dad403a6db530c57</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c593c83618c801d7774a873d5ab8b3e2a79a2651</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/7096f27bc0d10127ce8cc2fe0e9ca77f562f33e1</url>
    <id>7096f27bc0d10127ce8cc2fe0e9ca77f562f33e1</id>
    <committed-date>2008-12-02T02:31:02-08:00</committed-date>
    <authored-date>2008-12-02T02:31:02-08:00</authored-date>
    <message>We now provide an exception_class() method for child classes to override.
This method should return a string containing the class to use when
throwing exceptions.  It's significantly easier than overriding throw().</message>
    <tree>b6eab11aaa608ab05697870c21e82062c5a4505a</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>411d0d7f715cb2da52ab004a0e50ca779326fa93</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/c593c83618c801d7774a873d5ab8b3e2a79a2651</url>
    <id>c593c83618c801d7774a873d5ab8b3e2a79a2651</id>
    <committed-date>2008-12-02T01:40:01-08:00</committed-date>
    <authored-date>2008-12-02T01:40:01-08:00</authored-date>
    <message>Renamed reH::Hegh to pujHa'ghach</message>
    <tree>1a269f98ee04a6d7b1f6587602dc467e073435bf</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc094d3672a48b7ee460a10b016947bf17c7a54c</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/411d0d7f715cb2da52ab004a0e50ca779326fa93</url>
    <id>411d0d7f715cb2da52ab004a0e50ca779326fa93</id>
    <committed-date>2008-11-29T22:30:37-08:00</committed-date>
    <authored-date>2008-11-29T22:30:37-08:00</authored-date>
    <message>Release time!  1.995</message>
    <tree>bb6e457a36b594b7d1c07f2462bc70e05d898473</tree>
    <committer>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0e4d970b1c23d96adafaaf1dccfb9ce1f02158e</id>
      </parent>
    </parents>
    <author>
      <name>Paul Fenwick</name>
      <email>pjf@perltraining.com.au</email>
    </author>
    <url>http://github.com/pfenwick/autodie/commit/fc094d3672a48b7ee460a10b016947bf17c7a54c</url>
    <id>fc094d3672a48b7ee460a10b016947bf17c7a54c</id>
    <committed-date>2008-11-29T22:25:41-08:00</committed-date>
    <authored-date>2008-11-29T22:25:41-08:00</authored-date>
    <message>Documented: We no longer print ugly GLOB(0x...) messages, but use $fh instead.</message>
    <tree>0ebd3acb75d35b5be2d64c4bb6587b5b1793a67f</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>
</commits>
