NAME

DateTime::Lite::PP - Pure-Perl fallback for the DateTime::Lite XS layer

DESCRIPTION

This module is loaded automatically by DateTime::Lite when the XS shared object cannot be loaded, such as when the distribution was installed without a C compiler, or when the environment variable PERL_DATETIME_LITE_PP is set to a true value.

All functions defined here are injected directly into the DateTime::Lite namespace so that callers see them transparently as methods.

You should not normally load or call this module directly.

VERSION

v0.1.1

SEE ALSO

DateTime::Lite

AUTHOR

Jacques Deguest <jack@deguest.jp>

COPYRIGHT & LICENSE

Copyright(c) 2026 DEGUEST Pte. Ltd.

All rights reserved

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