NAME

Sys::Export::LogAny - Use Log::Any without depending on it

DESCRIPTION

Sys::Export aims to be dependency-free at runtime, so that it can be mounted into arbitrary environments without needing to install any other modules. But Log::Any sure is useful... This shim module loads the real Log::Any if it is installed, else it falls back to a bare minimum log object that logs to STDERR.

VERSION

version 0.005

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Michael Conrad.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.