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::perl::distrolint::Check::Unimport - check that a sub unimport is defined if required

DESCRIPTION

This checks that if any package defines a sub import, then it also defines a sub unimport. This helps to ensure that whatever effects the module normally provides at import time can be undone by the no ... syntax.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>