From af0c4dac622eca3110d29e68524ebb3ea2f44d19 Mon Sep 17 00:00:00 2001 From: Steven Humphrey Date: Mon, 19 Mar 2012 19:04:44 +0000 Subject: [PATCH] Changed hash bang line to env perl like other snippets. This allows the use of non-system perls. --- snippets/perl.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/perl.snippets b/snippets/perl.snippets index 6fc7346..4ba985d 100644 --- a/snippets/perl.snippets +++ b/snippets/perl.snippets @@ -1,6 +1,6 @@ # #!/usr/bin/perl snippet #! - #!/usr/bin/perl + #!/usr/bin/env perl # Hash Pointer snippet .