added private tempfiles option, list of modules and fixed (c) testing
authorheiko
Fri, 17 Feb 2012 16:12:08 +0100
branchtesting
changeset 23 7d003f241139
parent 22 35e487d91ad9
added private tempfiles option, list of modules and fixed (c)
modules
tt2/footer
upload.pl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules	Fri Feb 17 16:12:08 2012 +0100
@@ -0,0 +1,2 @@
+libossp-uuid-perl
+libtemplate-perl
--- a/tt2/footer	Fri Feb 17 14:28:33 2012 +0100
+++ b/tt2/footer	Fri Feb 17 16:12:08 2012 +0100
@@ -1,5 +1,5 @@
 <hr>
 <div align=right>
-    <a href="[%const.source%]">Scripting</a> &copy; 2011
+    <a href="[%const.source%]">Scripting</a> &copy; 2011, 2012
     <a href="[%const.author.link%]">[%const.author.name%]</a>
 </div>
--- a/upload.pl	Fri Feb 17 14:28:33 2012 +0100
+++ b/upload.pl	Fri Feb 17 16:12:08 2012 +0100
@@ -24,7 +24,7 @@
 use strict;
 use warnings;
 use Cwd qw(abs_path);
-use CGI qw(:cgi);
+use CGI qw(:cgi -private_tempfiles);
 use CGI::Carp qw(fatalsToBrowser);
 use CGI::Pretty;
 use File::Basename;