projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e9233
)
fix noisy warning
author
Mark Wells
<mark@freeside.biz>
Thu, 6 Sep 2012 06:47:27 +0000
(23:47 -0700)
committer
Mark Wells
<mark@freeside.biz>
Thu, 6 Sep 2012 06:47:27 +0000
(23:47 -0700)
FS/FS/Mason.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Mason.pm
b/FS/FS/Mason.pm
index
b3c2d4a
..
39c7dfd
100644
(file)
--- 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;