dev-perl/Authen-PAM: Fix for '.' in @INC re bug #614660
authorKent Fredric <kentnl@gentoo.org>
Wed, 14 Jun 2017 08:43:57 +0000 (20:43 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 14 Jun 2017 08:43:57 +0000 (20:43 +1200)
commitc12611af0f7a824e7ad234e4ca3491ce74ab703d
tree387b7ddc022b27abcb6fc31a0ce92419cfc3bafb
parent467523f008cad713d9547da2424187af4269cc53
dev-perl/Authen-PAM: Fix for '.' in @INC re bug #614660

require "foo.cfg"

Relied on '.' being in @INC to work, and can be worked around by
using explict

require "./foo.cfg"

Bug: https://bugs.gentoo.org/614660
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Authen-PAM/Authen-PAM-0.160.0-r1.ebuild
dev-perl/Authen-PAM/files/no-dot-inc.patch [new file with mode: 0644]