From 36c606eedba19978d1b5e0e1bf30d3069f28be64 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 6 Nov 2010 23:58:25 +0000 Subject: [PATCH] move module loading to FS::Mason --- httemplate/search/report_tax-xls.cgi | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.11.0