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)
commit17d16e7457fdd768cfcb303662b237d26487640e
tree90a140c168ec9a56e84b7cf2745d9f8405c788c6
parent20bbaab8c6228e04580feb4bc216eaef0a82d902
Makefile.PL: use #!/usr/bin/env perl

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