From 33e80a479f628997e99534cde168f74bb9444d15 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 19 Mar 2012 14:23:12 +0100 Subject: Use #!/usr/bin/env /usr/bin/perl on dromedary is 5.8.8; but the script requires 5.10. By using #!/usr/bin/env, we give the user more control over which perl should be used. (And this benefits not just dromedary usesr) --- Porting/sync-with-cpan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/sync-with-cpan b/Porting/sync-with-cpan index 032eddc809..df44606aec 100755 --- a/Porting/sync-with-cpan +++ b/Porting/sync-with-cpan @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Script to help out with syncing cpan distros. -- cgit v1.2.1