The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Jojo::Compat - Jojo::Base and Jojo::Role for pure Perl environments

VERSION

version 0.2.0

SYNOPSIS

    use Jojo::Compat;    # before any code which uses Jojo::Base and/or Jojo::Role

DESCRIPTION

This is meant to help run code which uses Jojo::Base and Jojo::Role on installations where Sub::Inject is not available. Sub::Inject is the module responsible for the magic of lexical imports and requires a C compiler to build. Jojo::Compat provides an alternative that uses clean imports via Importer::Zim instead.

SEE ALSO

Jojo::Base, Jojo::Role.

ACKNOWLEDGEMENTS

The development of this library has been sponsored by Connectivity, Inc.

AUTHOR

Adriano Ferreira <ferreira@cpan.org>

COPYRIGHT AND LICENSE

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