Use the correct perl binary we installed against
authorTom Hukins <tom@eborcom.com>
Thu, 29 Jul 2010 14:51:42 +0000 (14:51 +0000)
committerDan Brook <broq@cpan.org>
Sat, 26 Feb 2011 17:42:23 +0000 (17:42 +0000)
commitba331b705d9d3bf2df17a183801114fba56239bb
treea2fb062100c00324f8ada57ebc2dde0cf2081206
parentb70462a4f5137a1444304a35616911094383b381
Use the correct perl binary we installed against

The user might have Gitalist installed against a version of Perl other
than the one that env finds first.

Setting the #! line to use /usr/bin/perl causes perl's build tools to
replace this with the full path to the version of perl that we build
against.
script/gitalist_cgi.pl
script/gitalist_create.pl
script/gitalist_fastcgi.pl
script/gitalist_server.pl
script/gitalist_test.pl