add an explicit compile-time dependancy on OLE::Storage_Lite, for large spreadsheets...
authorIvan Kohler <ivan@freeside.biz>
Wed, 15 Aug 2012 20:57:33 +0000 (13:57 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 15 Aug 2012 20:57:33 +0000 (13:57 -0700)
FS/FS/ClientAPI/MyAccount.pm
FS/FS/Mason.pm
rt/share/html/Search/Results.xls

index 334614b..9d9ab14 100644 (file)
@@ -14,6 +14,7 @@ use Business::CreditCard;
 use HTML::Entities;
 use Text::CSV_XS;
 use Spreadsheet::WriteExcel;
+use OLE::Storage_Lite;
 use FS::UI::Web::small_custview qw(small_custview); #less doh
 use FS::UI::Web;
 use FS::UI::bytecount qw( display_bytecount );
index 7d81fb6..78a4b47 100644 (file)
@@ -91,6 +91,7 @@ if ( -e $addl_handler_use_file ) {
   use Text::CSV_XS;
   use Spreadsheet::WriteExcel;
   use Spreadsheet::WriteExcel::Utility;
+  use OLE::Storage_Lite;
   use Excel::Writer::XLSX;
   use Excel::Writer::XLSX::Utility;
 
@@ -350,7 +351,7 @@ if ( -e $addl_handler_use_file ) {
 
       use RT::Interface::Web::Request;
 
-      #nother undeclared web UI dep (for ticket links graph)
+      #another undeclared web UI dep (for ticket links graph)
       use IPC::Run::SafeHandles;
 
       #slow, unreliable, segfaults and is optional
index 52a05da..8b94e22 100644 (file)
@@ -54,6 +54,7 @@ $Format => undef
 <%INIT>
 
 use Spreadsheet::WriteExcel;
+use OLE::Storage_Lite;
 use List::Util qw( max );
 use Date::Format qw( time2str );