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>