NAME

lexically - lexically import functions from non-lexical exporters

SYNOPSIS

package Foo;
use Moose;
use lexically 'Scalar::Util' => 'reftype';

DESCRIPTION

This pragma turns normal package-based exporter modules into lexical exporters. This can be useful to ensure that your package namespace doesn't get polluted (preventing the need for something like namespace::clean entirely).

BUGS

No known bugs.

Please report any bugs to GitHub Issues at https://github.com/leonerd/p5-lexically/issues.

SEE ALSO

Exporter::Lexical

SUPPORT

You can find this documentation for this module with the perldoc command.

perldoc lexically

You can also look for information at:

AUTHOR

Originally written by Jesse Luehrs <doy@tozt.net>

Currently maintained by Paul Evans <leonerd@leonerd.org.uk>