Changed hash bang line to env perl like other snippets.

This allows the use of non-system perls.
This commit is contained in:
Steven Humphrey 2012-03-19 19:04:44 +00:00
parent efa9a98c18
commit af0c4dac62

View File

@ -1,6 +1,6 @@
# #!/usr/bin/perl
snippet #!
#!/usr/bin/perl
#!/usr/bin/env perl
# Hash Pointer
snippet .