<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -213,6 +213,9 @@ sub _is_deeply(Object $got, Object $expected) {
     elsif $got ~~ undef &amp;&amp; $expected ~~ undef &amp;&amp; $got.WHAT eq $expected.WHAT {
         return True;
     }
+    elsif $got ~~ Bool &amp;&amp; $expected ~~ Bool {
+        return ($got &amp;&amp; $expected) || (!$got &amp;&amp; !$expected);
+    }
 
     return;
 }</diff>
      <filename>Test.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c0ba8477f77c9f8f8b9866c2c6f6f089da4425cb</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Hasselbacher</name>
    <email>kyleha@gmail.com</email>
  </author>
  <url>http://github.com/rakudo/rakudo/commit/f8fb41b213c6703a9b080a1b5d05ac67b66dddbf</url>
  <id>f8fb41b213c6703a9b080a1b5d05ac67b66dddbf</id>
  <committed-date>2009-10-28T07:32:04-07:00</committed-date>
  <authored-date>2009-10-28T07:32:04-07:00</authored-date>
  <message>[Test.pm] Teach is_deeply how to compare Bool</message>
  <tree>9bce6f63d99bfa287188e82adc310315b876b357</tree>
  <committer>
    <name>Kyle Hasselbacher</name>
    <email>kyleha@gmail.com</email>
  </committer>
</commit>
