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

NAME

TabAwareEditor - Use the TabConverter to fix characters

SYNOPSIS

use TabAwareEditor;

DESCRIPTION

Wrap an external editor like vi or nano. Replace tab characters with four space characters as per Damian Conway's "Perl Best Practices".

METHODS

run

call an external editor. Replace tabs with four spaces.

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO