The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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

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