prep for perl 5.26 removing "." from @INC
commit35e0b2a9c967005fd7ecb6708388a88ccb85844e
authorSitaram Chamarty <sitaram@atc.tcs.com>
Mon, 5 Sep 2016 02:01:51 +0000 (5 07:31 +0530)
committerSitaram Chamarty <sitaram@atc.tcs.com>
Mon, 5 Sep 2016 02:01:55 +0000 (5 07:31 +0530)
treed080d4241923c26f0ce4ea61d1125cf16b76cb4c
parent264c26b57daa1891f9cd9cebc71c727b47515234
prep for perl 5.26 removing "." from @INC

Someone on irc found that debian -- per [1] -- has already implemented it, so
gitolite fails.

This fix is useful even on older perls; I should have done it long ago.  (It
prevents perl searching all over @INC for the file when we *know* it's right
here under $PWD).

[1]: https://lists.debian.org/debian-devel-announce/2016/08/msg00013.html
src/lib/Gitolite/Conf/Load.pm