Add shebang to cas.pl script

This commit is contained in:
Clément Oudot 2011-02-28 09:52:29 +00:00
parent bcf5b3da0a
commit 5a06710fc4

View File

@ -1,3 +1,5 @@
#!/usr/bin/perl
# CAS sample client
use strict;
use CGI;