perl-module-import-match
Boolean module-import matching for single Perl source lines.
Use this crate when you only need a yes/no answer: does this line reference the module import I care about? It is the fast predicate layer underneath rename and import workflows.
Pipeline
perl-module-importparses and classifies the statement.perl-module-import-matchanswers the boolean match question.perl-module-renameuses both when it plans edits.
API
line_references_module_import
Example
use line_references_module_import;
assert!;
assert!;