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

Exporter::Extensible::UnimportScopeGuard - Unimport set of symbols when object is destroyed

VERSION

version 0.09

DESCRIPTION

This is an implementation detail of how Exporter::Extensible removes symbols at the end of a scope. The DESTROY method of this package performs the removal of the symbols.

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Michael Conrad.

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