From 74159f7655a1237dd933adac55c0dbf386d82027 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 1 Dec 2011 12:42:20 -0500 Subject: [PATCH] load WebGUI::PassingProfiling in WebGUI::Asset --- lib/WebGUI/Asset.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index c7cdb3985..531f4dff0 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -409,6 +409,7 @@ use WebGUI::Search::Index; use WebGUI::TabForm; use WebGUI::PassiveAnalytics::Logging; use WebGUI::Form::ButtonGroup; +use WebGUI::PassiveProfiling; =head1 NAME