Subject: | configfile support broken on Perl 5.26 |
Due to the fact that:
"do q[file]"
Implies @INC traversal, and that @INC no longer contains '.' since Perl 5.26, Net::Daemon is now broken when "configfile" is not a path relative to a path in @INC
The likely solution is to pass File::Spec->rel2abs( ) on the input file, as "do" with a fully qualifed filename skips @INC traversal, as does "do" with a filename with an explicit "./" prefix.
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )