summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-11-06 23:58:25 +0000
committermark <mark>2010-11-06 23:58:25 +0000
commit36c606eedba19978d1b5e0e1bf30d3069f28be64 (patch)
treee927af1d347f17fffe7ca0015db0b40c2372859b
parenta4e9ffbfcd8e782a00de77af4a42d5de2859273d (diff)
move module loading to FS::Mason
-rwxr-xr-xhttemplate/search/report_tax-xls.cgi5
1 files changed, 0 insertions, 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)