Acme-PPIx-MetaSyntactic
view release on metacpan or search on metacpan
DESCRIPTION
This module uses PPI to parse some Perl source code, find all the
variables and function names defined in it, and reassign them random names
using Acme::MetaSyntactic.
Constructor
This module is object-oriented, though there's really very little reason
for it to be.
`new(%attributes)`
Moose-style constructor.
Attributes
All attributes are read-only.
`document`
The PPI::Document that will be munged.
Can be coerced from a `Str` (filename), `ScalarRef[Str]` (string of
Perl source), `ArrayRef[Str]` (lines of Perl source) or `FileHandle`.
lib/Acme/PPIx/MetaSyntactic.pm view on Meta::CPAN
=head2 Constructor
This module is object-oriented, though there's really very little reason
for it to be.
=over
=item C<< new(%attributes) >>
Moose-style constructor.
=back
=head2 Attributes
All attributes are read-only.
=over
=item C<< document >>
( run in 0.401 second using v1.01-cache-2.11-cpan-26ccb49234f )