[llvm-commits] CVS: llvm-www/demo/index.cgi 
    Reid Spencer 
    reid at x10sys.com
       
    Mon Aug 14 14:12:49 PDT 2006
    
    
  
Changes in directory llvm-www/demo:
index.cgi updated: 1.64 -> 1.65
---
Log message:
Don't comment out the Mail::Send package!
---
Diffs of the changes:  (+2 -2)
 index.cgi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.64 llvm-www/demo/index.cgi:1.65
--- llvm-www/demo/index.cgi:1.64	Mon Aug 14 16:09:53 2006
+++ llvm-www/demo/index.cgi	Mon Aug 14 16:12:35 2006
@@ -5,13 +5,13 @@
 # doing remote web JO99C compilations.  (It could still be used for that
 # purpose, though the two scripts have diverged somewhat.)
 #
-# Last modified $Date: 2006/08/14 21:09:53 $
+# Last modified $Date: 2006/08/14 21:12:35 $
 #
 
 use strict;
 use CGI;
 use POSIX;
-#use Mail::Send;
+use Mail::Send;
 
 $| = 1;
 
    
    
More information about the llvm-commits
mailing list