]> Sergey Matveev's repositories - public-inbox.git/commit
lei sucks: don't warn or error out on missing dependencies
authorEric Wong <e@80x24.org>
Sun, 20 Jun 2021 04:33:19 +0000 (04:33 +0000)
committerEric Wong <e@80x24.org>
Sun, 20 Jun 2021 04:37:24 +0000 (04:37 +0000)
commit717e5d6b46f6f86610eda20b52ecfe5f796e6563
treec5c283cf47ac01e559f248350a8ba2d6abe48632
parent0212b74613db5c018b70119cac18b3949ff3e946
lei sucks: don't warn or error out on missing dependencies

%INC can hold undef.  This can be hit on a Linux machine missing
Linux::Inotify2.  Loading PublicInbox::KQNotify is attempted and
PublicInbox/KQNotify.pm always exists, causing the `undef' entry
in %INC when it fails to load IO::KQueue.

$ perl -MData::Dumper -I lib \
-E 'eval { require PublicInbox::KQNotify }; say Dumper(\%INC)'
lib/PublicInbox/LeiSucks.pm