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

NAME

Perl::Analysis::Static::Analysis - look for certain elements in a Perl document

VERSION

version 0.004

DESCRIPTION

analyse ($document)

Find nodes of a given PPI class in the PPI representation of a document and convert each one.

Returns reference to list of converted nodes.

AUTHOR

Gregor Goldbach <glauschwuffel@nomaden.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Gregor Goldbach.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.