summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-19 14:23:12 +0100
committerAbigail <abigail@abigail.be>2012-03-19 14:23:12 +0100
commit33e80a479f628997e99534cde168f74bb9444d15 (patch)
tree8f893835ac806c34b73153d16c690bb0046d0fab
parent8cfc9af613d5c73745f210535cf8921067507306 (diff)
downloadperl-33e80a479f628997e99534cde168f74bb9444d15.tar.gz
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)
-rwxr-xr-xPorting/sync-with-cpan2
1 files changed, 1 insertions, 1 deletions
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.