hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

(elisp) yatt-lint-any-mode should respect `local/lib/perl5` too #183

Open hkoba opened 4 years ago

hkoba commented 4 years ago

T/O

hkoba commented 4 years ago

Adding local/lib/perl5 is the responsibility of app.psgi. Supporting this could hide potential problems unwillingly.

hkoba commented 4 years ago

Adding local/lib/perl5 is the responsibility of app.psgi. Supporting this could hide potential problems unwillingly.

But, If we just want to test modules under $app_root/lib, loading app.psgi can introduce another error. Such complexity may not pay back well.

... The same applies to yatt.lint, doesn't it? And we already paid for it. There seems to be no rationale to avoid loading app.psgi.