From: Mark Wells Date: Thu, 6 Sep 2012 07:02:02 +0000 (-0700) Subject: fix noisy warning X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3f1f56ed5d0097720f2a33a01e2fd869858c12be;p=freeside.git fix noisy warning --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index d7ce46315..168fddabe 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;