diff options
| author | Mark Wells <mark@freeside.biz> | 2012-09-06 00:02:02 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-09-06 00:02:02 -0700 |
| commit | 3f1f56ed5d0097720f2a33a01e2fd869858c12be (patch) | |
| tree | 4128c543899f4c0f4e66e0bc45e1b633da99930a | |
| parent | 8bfa7f209477541a9e2f5cbc3dfb2c181484df97 (diff) | |
fix noisy warning
| -rw-r--r-- | FS/FS/Mason.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
