<?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.02  Wed Jul  1 15:06:21 AUSEST 2009
+
         * FEATURE: autodie::exception now supports -&gt;context() to
           discover the context of the failing subroutine, and
           -&gt;return() to get a list of what it returned.</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.01';
+our $VERSION = '2.02';
 
 our $Debug ||= 0;
 
@@ -96,6 +96,7 @@ my %TAGS = (
     ':1.999_01' =&gt; [qw(:default)],
     ':2.00'  =&gt; [qw(:default)],
     ':2.01'  =&gt; [qw(:default)],
+    ':2.02'  =&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.01';
+    $VERSION = '2.02';
 }
 
 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.01';
+our $VERSION = '2.02';
 
 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.01';
+our $VERSION = '2.02';
 
 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.01';
+our $VERSION = '2.02';
 
 =head1 NAME
 </diff>
      <filename>lib/autodie/hints.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>586e3e4d804d6d26b00832240851f9ca2ff5eefe</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/5dc61d7cee3806801d5e1e1a9bd4b069c4c17706</url>
  <id>5dc61d7cee3806801d5e1e1a9bd4b069c4c17706</id>
  <committed-date>2009-06-30T22:06:37-07:00</committed-date>
  <authored-date>2009-06-30T22:06:37-07:00</authored-date>
  <message>Push to 2.02 and release</message>
  <tree>e2c248215fecf1d824fa8c4ad11a09242306daba</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
