From: mark Date: Sat, 6 Nov 2010 23:58:25 +0000 (+0000) Subject: move module loading to FS::Mason X-Git-Tag: TORRUS_1_0_9~127 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=36c606eedba19978d1b5e0e1bf30d3069f28be64 move module loading to FS::Mason --- diff --git a/httemplate/search/report_tax-xls.cgi b/httemplate/search/report_tax-xls.cgi index 54a17d0b6..1c278dfd1 100755 --- a/httemplate/search/report_tax-xls.cgi +++ b/httemplate/search/report_tax-xls.cgi @@ -1,11 +1,6 @@ <% $data %> <%init> -use Spreadsheet::WriteExcel; -use Spreadsheet::WriteExcel::Utility 'xl_range_formula'; -use List::Util 'max'; -use HTML::TableExtract 'tree'; - my $data = ''; my $XLS = new IO::Scalar \$data; my $workbook = Spreadsheet::WriteExcel->new($XLS)