NAME
Perl6::Refactor - The great new Perl6::Refactor!
SYNOPSIS
Perl 6 Refactor includes tools for renaming variables, finding variables declarations and more....
Perhaps a little code snippet.
use Perl6::Refactor;
my $foo = Perl6::Refactor->new();
METHODS
rename_variable
find_variable_declaration
AUTHOR
Ahmad M. Zawawi, <ahmad.zawawi at gmail.com>
BUGS
Please report any bugs or feature requests to bug-perl6-refactor at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl6-Refactor. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Perl6::Refactor
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright (C) 2008-2009 by Ahmad Zawawi
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.