The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes for App::EditorTools

0.16 - Tue Jul 19 10:40:04 EDT 2011
	Bug fix for tests -- missing SKIP: label on a skip block

0.15 - Thu Jul 14 14:40:36 EDT 2011
	Added ability to renamepackagefrompath to work through symlinks
	- Bug fixes
	- Added versions to all Perl files
	- Misc cleanup

0.14 - Mon Dec  6 14:28:49 EST 2010
	Fixed bug that may appear with newer versions of App::Cmd. Thanks to
	kentnl++ for the report and patch (RT#63018).

0.12 - Tue Mar 30 17:29:06 2010
	Moved vim/emacs script into a share directory (from DATA).
	Improved the documenation a bit.

0.11 - Thu Mar 25 13:28:50 2010
	Minor bug fix to install-emacs command.

0.10 - Thu Mar 25 13:20:30 2010
	Added install-vim and install-emacs command to make binding install
	easier and more portable. Improved documentation and testing.

0.09 - Thu Dec 10 12:55:30 2009
	Added version requirement for Test::More in Build.PL so we can use
	done_testing().

0.08 - Sat Nov 14 16:56:51 2009
	Convert tests from IPC::Run3 to App::Cmd::Testers to fix tests on certain platforms

0.07 - Fri Nov 13 13:03:23 2009
	Removed unnecessary FindBin::libs rereq

0.06 - 2009-09-23 
	Updated to work with App:Cmd 0.301
	- changed run sub to execute
	- changed -run to App->run

2009-07-20  Mark Grimes <mgrimes@cpan.org>
	Added a contributors section to Authors pod

2009-07-20  Shlomi Fish <shlomif@iglu.org.il>
	Corrected the wrong path for ftplugin/perl.

2009-07-20  Shlomi Fish <shlomif@iglu.org.il>
	Corrected a typo - "script" instead of "scrip".

2009-07-20  Shlomi Fish <shlomif@iglu.org.il>
	* INSTALL: Corrected the package name.

2009-07-06  Mark Grimes <mgrimes@cpan.org>
	script/editortools-vim: Resolved RT 47635/47616/47617
	- Added Ovid's PickFromList function to editortools.vim
	- Fixed dep
	- Added version info to vim script
	- Changed shebang