<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Revision history for autodie
 
-2.03
+2.03  Wed Jul  1 15:39:16 AUSEST 2009
 
         * BUGFIX: Stopped blog_hints.t from booching under Perl
           5.8.x. because parent.pm is not installed.</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.02';
+our $VERSION = '2.03';
 
 our $Debug ||= 0;
 
@@ -97,6 +97,7 @@ my %TAGS = (
     ':2.00'  =&gt; [qw(:default)],
     ':2.01'  =&gt; [qw(:default)],
     ':2.02'  =&gt; [qw(:default)],
+    ':2.03'  =&gt; [qw(:default)],
 
 );
 </diff>
      <filename>lib/Fatal.pm</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ our @ISA = qw(Fatal);
 our $VERSION;
 
 BEGIN {
-    $VERSION = '2.02';
+    $VERSION = '2.03';
 }
 
 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.02';
+our $VERSION = '2.03';
 
 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.02';
+our $VERSION = '2.03';
 
 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.02';
+our $VERSION = '2.03';
 
 =head1 NAME
 </diff>
      <filename>lib/autodie/hints.pm</filename>
    </modified>
    <modified>
      <diff>@@ -28,3 +28,5 @@ isnt(&quot;$@&quot;,&quot;&quot;);
 is($@-&gt;return-&gt;[0], undef);
 is($@-&gt;return-&gt;[1], 'Insufficient credit');
 like(&quot;$@&quot;, qr/Insufficient credit/);
+
+warn $@;</diff>
      <filename>t/blog_hints.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab614fe51072617f02fc19a96f85954ad77325c2</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/45270eb44177315d641df42824f24bbfe2cef4d8</url>
  <id>45270eb44177315d641df42824f24bbfe2cef4d8</id>
  <committed-date>2009-06-30T22:48:25-07:00</committed-date>
  <authored-date>2009-06-30T22:48:25-07:00</authored-date>
  <message>Bump to 2.03 and release</message>
  <tree>be047ee4efe32d9a58be232ab0efb65764b2be60</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
