<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,9 +2,9 @@ Revision history for Fatal
 
 1.10_07  Sun Jun 29 15:54:26 AUSEST 2008
 	* RELEASE CODENAME: &quot;ikegami&quot;, in thanks for solving the problem
-      of getting lexical replacement of subroutines working for real
-      under Perl 5.8.  As this works better than my 5.10 implemenation,
-      it forms the foundation for this release.
+          of getting lexical replacement of subroutines working for real
+          under Perl 5.8.  As this works better than my 5.10 implemenation,
+          it forms the foundation for this release.
 
 	* Removed inappropriate diagnostics about :lexical from Fatal.pm
 
@@ -36,7 +36,9 @@ Revision history for Fatal
 	* Expanded documentation on autodie, particularly for
 	  exception handling under Perl 5.8.
 
-    * Less warnings from t/exceptions.t when running under 5.10.
+	* Less warnings from t/exceptions.t when running under 5.10.
+
+	* All releases now really depend upon Scope::Guard, not just 5.8.
 
 1.10_06 Sun Jun 22 21:50:39 AUSEST 2008
 </diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ version_from(   'lib/autodie/exception.pm');
 test_requires(	'Test::More');
 
 requires(	'perl' =&gt; '5.8.0');
-requires(	'Scope::Guard' =&gt; 0) if $] &lt; 5.010; # For 5.8 support.
+requires(	'Scope::Guard' =&gt; 0);
 
 recommends(	'IPC::System::Simple' =&gt; '0.12'); # For autodying system()
 </diff>
      <filename>Makefile.PL</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>515fc231add19c3af1335ca2725671199979fc58</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/autodie/commit/c6a566bcebf3ecc934db4ff21b455a20093ee57f</url>
  <id>c6a566bcebf3ecc934db4ff21b455a20093ee57f</id>
  <committed-date>2008-06-28T22:58:49-07:00</committed-date>
  <authored-date>2008-06-28T22:58:49-07:00</authored-date>
  <message>Scope::Guard is now a requirement for 5.10 as well as 5.8</message>
  <tree>dae9638c1c805464e3ef77e4295b4a878f1c9fe3</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
