projects
/
scpubgit/SCS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d01538b
)
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]
patch
|
blob
|
blame
|
history
diff --git
a/lib/SCSite.pm
b/lib/SCSite.pm
old mode 100644
(file)
new mode 100755
(executable)
index
7f6577b
..
e1fa5cb
--- a/
lib/SCSite.pm
+++ b/
lib/SCSite.pm
@@
-1,3
+1,5
@@
+#!/usr/bin/env perl
+
package SCSite;
use IO::All;