<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,8 +19,8 @@ BEGIN { require &quot;models.pl&quot;; }
 
 my $tests	= 25;
 eval { require Bloom::Filter };
-if ($@) {
-	plan skip_all =&gt; &quot;Bloom::Filter is not available&quot;;
+if ($@ or not(Bloom::Filter-&gt;can('freeze'))) {
+	plan skip_all =&gt; &quot;Bloom::Filter with serialization is not available&quot;;
 	return;
 } elsif (not exists $ENV{RDFQUERY_DEV_TESTS}) {
 	plan skip_all =&gt; 'Developer tests. Set RDFQUERY_DEV_TESTS to run these tests.';</diff>
      <filename>RDF-Query/t/31-service.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>52b2c134198e993e0b11daf9299aa89fc9aaf677</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Todd Williams</name>
    <email>greg@evilfunhouse.com</email>
  </author>
  <url>http://github.com/kasei/perlrdf/commit/a773a751d9ac8e3a1ef04a0740dd8b858fa65d22</url>
  <id>a773a751d9ac8e3a1ef04a0740dd8b858fa65d22</id>
  <committed-date>2009-07-01T11:33:22-07:00</committed-date>
  <authored-date>2009-07-01T11:33:22-07:00</authored-date>
  <message>- Fixed testing for Bloom::Filter in t/31-service.t.</message>
  <tree>7bcb92cd5c68d9238641cbac57a96d0fc5f8849d</tree>
  <committer>
    <name>Gregory Todd Williams</name>
    <email>greg@evilfunhouse.com</email>
  </committer>
</commit>
