Remove a bunch of circular dependencies, based on using WebGUI::Asset::Template

This commit is contained in:
Colin Kuskie 2010-04-07 15:03:48 -07:00
parent f01abc42ff
commit 953df9d6a9
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ package WebGUI::Asset;
=cut
use strict;
use WebGUI::Paginator;
require WebGUI::Paginator;
use WebGUI::VersionTag;
use WebGUI::Search::Index;