**** This has been depreciated in favor of App::EditorTools **** NAME App::LexicalVarReplace - Lexically replace a variable name in Perl code SYNOPSIS print App::LexicalVarReplace->new( code => $doc_as_str )->replace_var( column => $column, line => $line, replacement => $replacement, ); DESCRIPTION This module will lexically replace a variable name. The code is nearly 100% ripped from Padre::Task::PPI::LexicalReplaceVariable. SEE ALSO App::LexicalVarReplace::Vim, Padre, and PPI. AUTHOR Mark Grimes, <mgrimes@cpan.org> COPYRIGHT AND LICENSE Copyright (C) 2009 by Mark Grimes This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.