<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,8 +2,11 @@ TODO:
     - Test with '--' (huh?)
     - Implement 'defer' sugar/backing
 
+0.016 Friday June 05 09:36:58 PDT 2009:
+    - Removed Test::Trap dependency
+
 0.015 Thursday June 04 19:33:25 PDT 2009:
-    -  Made remainder warning optional on debug (via GOC_TRACE=1)
+    - Made remainder warning optional on debug (via GOC_TRACE=1)
 
 0.014 Wednesday June 03 17:38:25 PDT 2009:
     - Fixed some documentation</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@ if (-e 'inc/.author') {
 {
     map { my ($pk, $vr) = split m/\s/; build_requires $pk =&gt; $vr || 0 } grep { ! /^\s*#/ } split m/\n/, &lt;&lt;_END_;
 Test::Most
-Test::Trap
+#Test::Trap
 _END_
 
     map { my ($pk, $vr) = split m/\s/; requires $pk =&gt; $vr || 0 } grep { ! /^\s*#/ } split m/\n/, &lt;&lt;_END_;</diff>
      <filename>Makefile.PL</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ NAME
     Getopt::Chain - Command-line processing like svn and git
 
 VERSION
-    Version 0.015
+    Version 0.016
 
 SYNPOSIS
         package My::Command;</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -12,11 +12,11 @@ Getopt::Chain - Command-line processing like svn and git
 
 =head1 VERSION
 
-Version 0.015
+Version 0.016
 
 =cut
 
-our $VERSION = '0.015';
+our $VERSION = '0.016';
 
 =head1 SYNPOSIS 
 </diff>
      <filename>lib/Getopt/Chain.pm</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::Trap;
+#use Test::Trap;
 use Test::Most;
 plan qw/no_plan/;
 
@@ -85,14 +85,14 @@ $options = Getopt::Chain-&gt;process(\@arguments,
 cmp_deeply($options, { qw/apple 1 banana cherry orange 1/ });
 cmp_deeply(\@path, [ undef, qw/grape lime mango berry/ ]);
 
-trap {
-    Getopt::Chain-&gt;process([],
-        run =&gt; sub {
-            shift-&gt;abort(&quot;Abort test&quot;);
-        },
-    );
-};
-is($trap-&gt;exit, -1);
+#trap {
+#    Getopt::Chain-&gt;process([],
+#        run =&gt; sub {
+#            shift-&gt;abort(&quot;Abort test&quot;);
+#        },
+#    );
+#};
+#is($trap-&gt;exit, -1);
 
 @arguments = qw/--apple grape 1 2 3 4 5/;
 $options = Getopt::Chain-&gt;process(\@arguments, </diff>
      <filename>t/v005-01-basic.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4ae40e967e8a33429c4246278f19f169f78960e4</id>
    </parent>
  </parents>
  <author>
    <name>robertkrimen</name>
    <email>robertkrimen@gmail.com</email>
  </author>
  <url>http://github.com/robertkrimen/Getopt-Chain/commit/8f108bb920625d4ba3cf7ba4cb79aceac6bf98a7</url>
  <id>8f108bb920625d4ba3cf7ba4cb79aceac6bf98a7</id>
  <committed-date>2009-06-05T09:37:53-07:00</committed-date>
  <authored-date>2009-06-05T09:35:28-07:00</authored-date>
  <message>Removed Test::Trap dependency</message>
  <tree>424152c4c5f4c1ae514d62a8b3955361eb9ce08d</tree>
  <committer>
    <name>robertkrimen</name>
    <email>robertkrimen@gmail.com</email>
  </committer>
</commit>
