From 4af2c8424fddab9b1579f6d5ead9039c6073bb75 Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Mon, 16 May 2011 16:16:40 -0500 Subject: [PATCH] Whoops. Monkey::Patch wasn't used. --- t/Asset/Asset.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Asset/Asset.t b/t/Asset/Asset.t index f232fd5cb..839a15291 100644 --- a/t/Asset/Asset.t +++ b/t/Asset/Asset.t @@ -23,7 +23,6 @@ use WebGUI::Asset::Sku; use WebGUI::Asset::Sku::Product; use WebGUI::AssetVersioning; use WebGUI::VersionTag; -use Monkey::Patch; use Test::More; use Test::Deep;