add a #! line and make SCSite.pm executable so it can be used directly as a FastCgiServer
Matt S Trout [Sat, 16 Jul 2011 20:17:46 +0000 (20:17 +0000)]
lib/SCSite.pm [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 7f6577b..e1fa5cb
@@ -1,3 +1,5 @@
+#!/usr/bin/env perl
+
 package SCSite;
 
 use IO::All;