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

NAME

Perl::Metrics2::Plugin::Deprecated - Deprecated feature scanner

DESCRIPTION

This metrics class provides detection of various deprecated Perl features, to help identify real-world uses of features that may break when these features are eventually removed entirely.

METRICS

As with all Perl::Metrics::Plugin packages, all metrics can be referenced with the global identifier Perl::Metrics::Plugin::Deprecated::metric.

Metrics are listed as "datatype name".

boolean array_first_element_index

The array_first_element_index flag is true if the file uses the deprecated $[ magic variable.

SUPPORT

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Metrics2

For other issues, contact the author.

AUTHOR

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Perl::Metrics::Plugin, Perl::Metrics, PPI

COPYRIGHT

Copyright 2009 Adam Kennedy.

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

The full text of the license can be found in the LICENSE file included with this module.