NAME
Importer::Zim::Lexical - Import functions as lexical subroutines
VERSION
version 0.10.0
SYNOPSIS
use Importer::Zim::Lexical 'Scalar::Util' => 'blessed';
use Importer::Zim::Lexical 'Scalar::Util' =>
( 'blessed' => { -as => 'typeof' } );
use Importer::Zim::Lexical 'Mango::BSON' => ':bson';
use Importer::Zim::Lexical 'Foo' => { -version => '3.0' } => 'foo';
use Importer::Zim::Lexical 'Krazy::Taco' => qw(tacos burritos poop);
DESCRIPTION
"It's... INCREDIBLE! There's stuff down here I've never even
dreamed of! I'm gonna try to blow it up."
– Dib
This is a backend for Importer::Zim which gives lexical scope to imported subroutines.
DEBUGGING
You can set the IMPORTER_ZIM_DEBUG
environment variable for get some diagnostics information printed to STDERR
.
IMPORTER_ZIM_DEBUG=1
SEE ALSO
AUTHOR
Adriano Ferreira <ferreira@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Adriano Ferreira.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.