From: Matt S Trout Date: Sat, 16 Jul 2011 20:17:46 +0000 (+0000) Subject: add a #! line and make SCSite.pm executable so it can be used directly as a FastCgiServer X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dac1c02b5641765c13d86e0c495bd4246470e924;p=scpubgit%2FSCS.git add a #! line and make SCSite.pm executable so it can be used directly as a FastCgiServer --- diff --git a/lib/SCSite.pm b/lib/SCSite.pm old mode 100644 new mode 100755 index 7f6577b..e1fa5cb --- a/lib/SCSite.pm +++ b/lib/SCSite.pm @@ -1,3 +1,5 @@ +#!/usr/bin/env perl + package SCSite; use IO::All;