NAME

Importer::Zim::Bogus - Bogus Importer::Zim backend

VERSION

version 0.11.0

SYNOPSIS

use Importer::Zim::Bogus 'Scalar::Util' => 'blessed';
use Importer::Zim::Bogus 'Scalar::Util' =>
  ( 'blessed' => { -as => 'typeof' } );

use Importer::Zim::Bogus 'Mango::BSON' => ':bson';

use Importer::Zim::Bogus 'Foo' => { -version => '3.0' } => 'foo';

use Importer::Zim::Bogus 'Krazy::Taco' => qw(tacos burritos poop);

DESCRIPTION

"Is it supposed to be stupid?"
  – Zim

This is a fallback backend for Importer::Zim. Only used when you have no installed legit backend. It does no cleaning at all – so it is a polluting module such as the regular Exporter.

The reason it exists is to provide a "working" Importer::Zim after installing Importer::Zim and its nominal dependencies. It will annoy you with warnings until a proper backend is installed.

DEBUGGING

You can set the IMPORTER_ZIM_DEBUG environment variable for get some diagnostics information printed to STDERR.

IMPORTER_ZIM_DEBUG=1

SEE ALSO

Importer::Zim

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.