https://github.com/syohex/emacs-helm-perldoc.git
git clone 'git://github.com/syohex/emacs-helm-perldoc.git'

helm-perldoc.el is perldoc, Perl documentation command, with helm interface.
You can install helm-perldoc from MELPA with package.el.
helm-perldocSearch module and do action.
helm-perldoc:setupUpdate module list for viewing documenations.
helm-perldoc:carton-setupUpdate module list based Carton.
Local library path is decided on helm-perldoc:default-carton-path.
helm-perldoc:historySearch modules which is already searched
helm-perldoc:perl5libPERL5LIB envirnoment variable which is set when perl and perldoc
commands are executed.
helm-perldoc:default-carton-path(Default local/lib/perl5)Default carton library path.
corelist;; helm-perldoc:setup takes long time on low power platform
(eval-after-load "cperl-mode"
'(progn
(helm-perldoc:setup)))
;; auto carton setup
(add-hook 'cperl-mode-hook 'helm-perldoc:carton-setup)