Skip Menu |

This queue is for tickets about the App-EditorTools CPAN distribution.

Report information
The Basics
Id: 55927
Status: resolved
Priority: 0/
Queue: App-EditorTools

People
Owner: Nobody in particular
Requestors: SHLOMIF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.09
Fixed in: (no value)



Subject: "perl -MApp::EditorTools::Vim -e run" emits no output.
The command line emits no output: <<< shlomi:~/progs/perl/cpan/App/EditorTools$ perl -MApp::EditorTools::Vim -e run shlomi:~/progs/perl/cpan/App/EditorTools$ Show quoted text
>>>
It returns a true value. I'm on Mandriva Linux Cooker. Please fix it. Regards, -- Shlomi Fish
Thanks for the bug report. The new version (0.11) obsoletes this. Now rather than using the ugly "perl -MApp::EditorTools::Vim -e run" you can install the vim bindings with "editortools install-vim". That command will create the ~/.vim/ftplugin/perl/editortools.vim file. If you want more control over where the vim script is placed, you can specify a location with: "editortools install-vim --dest ~/.vim/ftplugin/perl/myeditortools.vim". This version also improves the documentation considerably. -Mark