move module loading to FS::Mason
authormark <mark>
Sat, 6 Nov 2010 23:58:25 +0000 (23:58 +0000)
committermark <mark>
Sat, 6 Nov 2010 23:58:25 +0000 (23:58 +0000)
httemplate/search/report_tax-xls.cgi

index 54a17d0..1c278df 100755 (executable)
@@ -1,11 +1,6 @@
 <% $data %>
 <%init>
 
 <% $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)
 my $data = '';
 my $XLS = new IO::Scalar \$data;
 my $workbook = Spreadsheet::WriteExcel->new($XLS)