The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

zim - Import functions à la Invader Zim

VERSION

version 0.10.1

SYNOPSIS

use zim 'Scalar::Util' => 'blessed';
use zim 'Scalar::Util' => 'blessed' => { -as => 'typeof' };
use zim 'Mango::BSON' => ':bson';
use zim 'Foo' => { -version => '3.0' } => 'foo';
use zim 'Krazy::Taco' => qw(tacos burritos poop);

DESCRIPTION

"The rightful order has been restored."
– Gaz

zim is an alias to Importer::Zim.

AUTHOR

Adriano Ferreira <ferreira@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017-2018 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.