The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::perlimports::Document - Make implicit imports explicit

VERSION

version 0.000053

MOTIVATION

This module is to be used internally by perlimports. It shouldn't be relied upon by anything else.

inspector_for( $module_name )

Returns an App::perlimports::ExporterInspector object for the given module.

linter_success

Returns true if document was linted without errors, otherwise false.

tidied_document

Returns a serialized PPI document with (hopefully) tidy import statements.

AUTHOR

Olaf Alders <olaf@wundercounter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Olaf Alders.

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