From 0a6135e4fa5ede927bbdda24640429bfd5bf1224 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 5 Sep 2012 23:47:27 -0700 Subject: [PATCH] fix noisy warning --- FS/FS/Mason.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index b3c2d4a5b..39c7dfdc6 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -93,7 +93,7 @@ if ( -e $addl_handler_use_file ) { use Spreadsheet::WriteExcel::Utility; use OLE::Storage_Lite; use Excel::Writer::XLSX; - use Excel::Writer::XLSX::Utility; + #use Excel::Writer::XLSX::Utility; #redundant with above use Business::CreditCard 0.30; #for mask-aware cardtype() use NetAddr::IP; -- 2.11.0