<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 Revision history for autodie
 
+2.04  Thu Jul  2 18:56:57 AUSEST 2009
+
         * TEST: Removed spurious warning about insufficient credit.
 
         * TEST: hints.t produces less debugging output when testing</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ use constant ERROR_58_HINTS =&gt; q{Non-subroutine %s hints for %s are not supporte
 use constant MIN_IPC_SYS_SIMPLE_VER =&gt; 0.12;
 
 # All the Fatal/autodie modules share the same version number.
-our $VERSION = '2.03';
+our $VERSION = '2.04';
 
 our $Debug ||= 0;
 
@@ -98,7 +98,7 @@ my %TAGS = (
     ':2.01'  =&gt; [qw(:default)],
     ':2.02'  =&gt; [qw(:default)],
     ':2.03'  =&gt; [qw(:default)],
-
+    ':2.04'  =&gt; [qw(:default)],
 );
 
 $TAGS{':all'}  = [ keys %TAGS ];</diff>
      <filename>lib/Fatal.pm</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ our @ISA = qw(Fatal);
 our $VERSION;
 
 BEGIN {
-    $VERSION = '2.03';
+    $VERSION = '2.04';
 }
 
 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 = '2.03';
+our $VERSION = '2.04';
 
 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 = '2.03';
+our $VERSION = '2.04';
 
 my $PACKAGE = __PACKAGE__;
 </diff>
      <filename>lib/autodie/exception/system.pm</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ use warnings;
 
 use constant PERL58 =&gt; ( $] &lt; 5.009 );
 
-our $VERSION = '2.03';
+our $VERSION = '2.04';
 
 =head1 NAME
 </diff>
      <filename>lib/autodie/hints.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fe193f2af05c902063ed73abf84b1d5740b8d193</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/79a10c3a3e2f4cab5398e26684e6c0c0c2893d25</url>
  <id>79a10c3a3e2f4cab5398e26684e6c0c0c2893d25</id>
  <committed-date>2009-07-02T01:57:15-07:00</committed-date>
  <authored-date>2009-07-02T01:57:15-07:00</authored-date>
  <message>Bump to version 2.04.  Tag and release.</message>
  <tree>687d513caf9033e26ccc4d4b610e7b9b54a53bcc</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
