<?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.06  Tue Jul  7 00:01:37 AUSEST 2009
+
         * BUG: Explicitly documented that autodie does NOT play
           nicely with string evals, especially under Perl 5.10.x.
           Please avoid using string evals while autodie is in scope.</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.05';
+our $VERSION = '2.06';
 
 our $Debug ||= 0;
 
@@ -100,6 +100,7 @@ my %TAGS = (
     ':2.03'  =&gt; [qw(:default)],
     ':2.04'  =&gt; [qw(:default)],
     ':2.05'  =&gt; [qw(:default)],
+    ':2.06'  =&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.05';
+    $VERSION = '2.06';
 }
 
 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.05';
+our $VERSION = '2.06';
 
 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.05';
+our $VERSION = '2.06';
 
 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.05';
+our $VERSION = '2.06';
 
 =head1 NAME
 </diff>
      <filename>lib/autodie/hints.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>35473204acf528a99ed7b2841ecc75e7565fb92a</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/a4df0efeff5f8691f9226269dba1f3d952b84c0d</url>
  <id>a4df0efeff5f8691f9226269dba1f3d952b84c0d</id>
  <committed-date>2009-07-06T07:03:15-07:00</committed-date>
  <authored-date>2009-07-06T07:03:15-07:00</authored-date>
  <message>Bump to 2.06 and release</message>
  <tree>1fe480c81d83d6829cbff866672c252ad79a8290</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
