Makefile.PL: use #!/usr/bin/env perl
authorTorsten Maehne <torsten.maehne@gmx.de>
Mon, 27 Aug 2012 09:31:22 +0000 (11:31 +0200)
committerPhilipp A. Hartmann <philipp.hartmann@offis.de>
Mon, 27 Aug 2012 13:22:51 +0000 (15:22 +0200)
To run the Makefile.PL script on other platforms, this
patch changes the shebang line to '/usr/bin/env perl'.

This is more likely to succeed on platforms (SunOS, *BSD,
Mac OS X), where the Perl binary is not located at /usr/bin.

Signed-off-by: Philipp A. Hartmann <philipp.hartmann@offis.de>
Makefile.PL

index a742b3d8195d1d32aba76b5d967a494750ebc254..cd4f31b679021eb55a7a9c4220fe2f30a6fa9985 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 use warnings;
 use strict;
 use ExtUtils::MakeMaker;