--- /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> © 2011
+ <a href="[%const.source%]">Scripting</a> © 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;