1611 shaares
17 private links
17 private links
8 results
tagged
carton
App::UpdateCPANfile reads cpanfile, pin dependencies, update dependencies and write back to cpanfile.
NOT my video! Uploaded it becuase i only saw it in one spot on facebook and didnt want to lose it! CHECK OUT MY CLOTHING SITE https://www.xjwonderland.com/sh...
(flycheck-define-checker perl-project-libs
"A perl syntax checker."
:command ("perl"
"-MProject::Libs lib_dirs => [qw(local/lib/perl5)]"
"-wc"
source-inplace)
:error-patterns ((error line-start
(minimal-match (message))
" at " (file-name) " line " line
(or "." (and ", " (zero-or-more not-newline)))
line-end))
:modes (cperl-mode))
(add-hook 'cperl-mode-hook
(lambda ()
(flycheck-mode t)
(setq flycheck-checker 'perl-project-libs)))
'(flycheck-perl-include-path
(quote
("your path to your perl libraries")))
'(flycheck-perl-executable "path to your perl executable")
A simple status dashboard.
features
- Standalone - just Perl and some modules, no web server or database required
- REST API - including a public read-only one
- RSS feeds