From ea3f9291fc9186ce7d9bde36fbe25f66a90d2c8d Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 26 Jun 2008 20:51:19 +0000 Subject: [PATCH] silence another blessed warning --- t/Form/SelectRichEditor.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Form/SelectRichEditor.t b/t/Form/SelectRichEditor.t index 529e829f0..e83a6746e 100644 --- a/t/Form/SelectRichEditor.t +++ b/t/Form/SelectRichEditor.t @@ -15,7 +15,7 @@ use lib "$FindBin::Bin/../lib"; ## The goal of this test is to test the SelectRichEditor form control -use Scalar::Util qw( blessed ); +use Scalar::Util; use WebGUI::Test; use WebGUI::Session; use Test::More;