Skip to content

Commit

Permalink
Item10461: darn, unit tests pass, they must require in all sorts of t…
Browse files Browse the repository at this point in the history
…hings. I wish 'use' was local to a module only...

git-svn-id: http://svn.foswiki.org/trunk@12091 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jun 30, 2011
1 parent 75e180a commit b178eb7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions core/lib/Foswiki/Store/Interfaces/QueryAlgorithm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ use strict;
use warnings;
use Assert;

use Foswiki::Store::Interfaces::SearchAlgorithm ();
use Foswiki::Search::Node ();
use Foswiki::Search::InfoCache ();
use Foswiki::Search::ResultSet ();
use Foswiki::Iterator::FilterIterator ();
use Foswiki::Iterator::PagerIterator();
use Foswiki();
use Foswiki::Func();
use Foswiki::Meta ();
use Foswiki::MetaCache ();
use Foswiki::Query::Node ();
use Foswiki::Query::HoistREs ();
use Foswiki::ListIterator();
use Foswiki::Iterator::FilterIterator();
use Foswiki::Iterator::ProcessIterator();

use constant MONITOR => 0;

Expand Down

0 comments on commit b178eb7

Please sign in to comment.