Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
lexically - lexically import functions from non-lexical exporters
VERSION
version 0.01
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/doy/lexically/issues.
SEE ALSO
SUPPORT
You can find this documentation for this module with the perldoc command.
perldoc lexically
You can also look for information at:
MetaCPAN
Github
RT: CPAN's request tracker
CPAN Ratings
AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License