<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,12 @@
 Revision history for Fatal
 
-1.10_08
+1.11_01 Fri Jul  4 12:53:11 AEST 2008
+
+        * RELEASE CODENAME: &quot;Aristotle&quot;, in thanks for the many
+          long and detailed discussions about the autodie interface
+          and how it should interact with Fatal.  Aristotle was
+          instrumental in ensuring autodie has the clean and
+          simple interface that it does now.
 
 	* FEATURE: 5.8 now has the ability to differentiate between calls
 	  that return false to indicate failure, and those that
@@ -50,7 +56,7 @@ Revision history for Fatal
           autodie can be installed with no dependencies.  (It still
           recommends IPC::System::Simple.)
 
-1.10_07  Sun Jun 29 15:54:26 AEST 2008
+1.10_07 Sun Jun 29 15:54:26 AEST 2008
 	* RELEASE CODENAME: &quot;ikegami&quot;, in thanks for solving the problem
 	  of getting lexical replacement of subroutines working for real
 	  under Perl 5.8.  As this works better than my 5.10 implemenation,</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ use constant ERROR_FATAL_CONFLICT =&gt; q{&quot;use Fatal '%s'&quot; is not allowed while &quot;no
 use constant MIN_IPC_SYS_SIMPLE_VER =&gt; 0.12;
 
 # All the Fatal/autodie modules share the same version number.
-our $VERSION = &quot;1.10_08&quot;;
+our $VERSION = &quot;1.11_01&quot;;
 
 our $Debug ||= 0;
 </diff>
      <filename>lib/Fatal.pm</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ our @ISA = qw(Fatal);
 our $VERSION;
 
 BEGIN {
-    $VERSION = &quot;1.10_08&quot;;
+    $VERSION = &quot;1.11_01&quot;;
 }
 
 use constant ERROR_WRONG_FATAL =&gt; q{</diff>
      <filename>lib/autodie.pm</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ use overload
 
 use if ($] &gt;= 5.010), overload =&gt; '~~'  =&gt; &quot;matches&quot;;
 
-our $VERSION = '1.10_08';
+our $VERSION = '1.11_01';
 
 my $PACKAGE = __PACKAGE__;  # Useful to have a scalar for hash keys.
 </diff>
      <filename>lib/autodie/exception.pm</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ use warnings;
 use base 'autodie::exception';
 use Carp qw(croak);
 
-our $VERSION = '1.10_08';
+our $VERSION = '1.11_01';
 
 my $PACKAGE = __PACKAGE__;
 </diff>
      <filename>lib/autodie/exception/system.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cca14e987971d40de5c0913af091ac70d08564d8</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/2626d8fbbe384788761e466ddd4c891bf4bae983</url>
  <id>2626d8fbbe384788761e466ddd4c891bf4bae983</id>
  <committed-date>2008-07-03T19:58:08-07:00</committed-date>
  <authored-date>2008-07-03T19:58:08-07:00</authored-date>
  <message>Release time!  1.11_01 &quot;Aristotle&quot;</message>
  <tree>1aa395b4e14eb2c0a8a800bab4a7f10a06a62f06</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
