use absolute paths when loading perl files
authorGraham Knop <haarg@haarg.org>
Sat, 4 Feb 2017 06:29:16 +0000 (01:29 -0500)
committerGraham Knop <haarg@haarg.org>
Sat, 4 Feb 2017 06:29:16 +0000 (01:29 -0500)
commit1febe9e798741e52f72d701e4e806e2c30b004e9
tree5a861586f4811d1f197944b9fc71012bb93821a6
parent3d43e104853baca38ec538ec030b979a7a7b0f4d
use absolute paths when loading perl files

The filenames provided to Config::Any are meant to be file paths.
If they are relative paths, they should be used directly, not searched
for in @INC.  Converting them to absolute paths will avoid that search,
and will allow it to work as expected when . is not in @INC.
lib/Config/Any/Perl.pm