NAME
Perl6::Refactor - Refactors Perl 6 code
VERSION
version 0.02_01
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();
AUTHOR
Ahmad M. Zawawi <ahmad.zawawi@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ahmad M. Zawawi.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.