Expand description
Deprecated syntax lint checks
This module provides functionality for detecting deprecated Perl syntax and generating appropriate diagnostic warnings.
§Diagnostic codes
| Code | Severity | Description |
|---|---|---|
deprecated-defined | Warning | defined(@array) or defined(%hash) is deprecated |
deprecated-array-base | Warning | $[ variable is deprecated since Perl 5.12 |
Functions§
- check_
deprecated_ syntax - Check for deprecated syntax