I am using Flycheck using use-package
like so:
(use-package flycheck
:ensure t
:init
(global-flycheck-mode))
I followed https://randstructure.wordpress.com/2015/06/21/using-emacs-flycheck-with-perl-and-perlbrew/ and tried adding the
'(flycheck-perl-include-path
(quote
("/myhomedir/myprojectdir")))
and it does not work.