Registering the Boolean.pm package.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Wed, 25 Oct 2006 10:09:45 +0000 (10:09 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Wed, 25 Oct 2006 10:09:45 +0000 (10:09 +0000)
lib/ZOOM/IRSpy/Test/Search/Main.pm

index 3fb4edb..72b4742 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Main.pm,v 1.4 2006-10-13 13:40:29 sondberg Exp $
+# $Id: Main.pm,v 1.5 2006-10-25 10:09:45 sondberg Exp $
 
 package ZOOM::IRSpy::Test::Search::Main;
 
@@ -9,7 +9,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Search::Title Search::Bib1 Search::Dan1) }
+sub subtests { qw(Search::Title Search::Bib1 Search::Dan1 Search::Boolean) }
 
 sub start {
     my $class = shift();