[48751] contrib/cpan2port/cpan2port

ryandesign at macports.org ryandesign at macports.org
Sat Mar 28 02:24:06 PDT 2009


Revision: 48751
          http://trac.macports.org/changeset/48751
Author:   ryandesign at macports.org
Date:     2009-03-28 02:24:06 -0700 (Sat, 28 Mar 2009)
Log Message:
-----------
cpan2port: modify #! line to use the first perl in the user's path (probably MacPorts perl) instead of /usr/bin/perl

Modified Paths:
--------------
    contrib/cpan2port/cpan2port

Modified: contrib/cpan2port/cpan2port
===================================================================
--- contrib/cpan2port/cpan2port	2009-03-28 09:22:20 UTC (rev 48750)
+++ contrib/cpan2port/cpan2port	2009-03-28 09:24:06 UTC (rev 48751)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl 
+#! /usr/bin/env perl 
 
 # Copyright BibLibre 2009
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090328/7442a241/attachment.html>


More information about the macports-changes mailing list