--- a/.vim/compiler/perlcritic.vim Wed Sep 04 08:27:06 2013 +0200
+++ b/.vim/compiler/perlcritic.vim Fri Sep 06 08:47:34 2013 +0200
@@ -15,7 +15,7 @@
let s:cpo_save = &cpo
set cpo-=C
-CompilerSet makeprg=perlcritic\ -verbose\ 1\ -2\ %
+CompilerSet makeprg=perlcritic\ -verbose\ 1\ %
CompilerSet errorformat=%f:%l:%c:%m
let &cpo = s:cpo_save
--- a/.vim/ftplugin/perl_hs12.vim Wed Sep 04 08:27:06 2013 +0200
+++ b/.vim/ftplugin/perl_hs12.vim Fri Sep 06 08:47:34 2013 +0200
@@ -6,6 +6,7 @@
nmap <C-G>f :call HS_format()<ENTER>
nmap <C-G>p :call HS_pod()<ENTER>
nmap <C-G>c :call HS_check()<ENTER>
+nmap <C-G>m :make<ENTER>
command! Tidy :call HS_format()
command! Pod :call HS_pod()