<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <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 = '1.998';
+our $VERSION = '1.999';
 
 our $Debug ||= 0;
 
@@ -84,6 +84,7 @@ my %TAGS = (
     ':1.996' =&gt; [qw(:default)],
     ':1.997' =&gt; [qw(:default)],
     ':1.998' =&gt; [qw(:default)],
+    ':1.999' =&gt; [qw(:default)],
 
 );
 </diff>
      <filename>lib/Fatal.pm</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ our @ISA = qw(Fatal);
 our $VERSION;
 
 BEGIN {
-    $VERSION = &quot;1.998&quot;;
+    $VERSION = &quot;1.999&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.998';
+our $VERSION = '1.999';
 
 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.998';
+our $VERSION = '1.999';
 
 my $PACKAGE = __PACKAGE__;
 </diff>
      <filename>lib/autodie/exception/system.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b3ac9a1177a529a8edb7177468f9d408638af1eb</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/ad347f6072ce941cbda558bc052a5bc8505d3227</url>
  <id>ad347f6072ce941cbda558bc052a5bc8505d3227</id>
  <committed-date>2009-02-27T23:34:41-08:00</committed-date>
  <authored-date>2009-02-27T23:34:41-08:00</authored-date>
  <message>Bump to 1.999 for release.</message>
  <tree>3a99d6d39108b04eb2e2897ab0526a9e1ca71f76</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
