NAME
    builtin::compat - Provide builtin functions for older perl versions

SYNOPSIS
      use builtin::compat qw(
        true
        false
        is_bool
        weaken
        unweaken
        is_weak
        blessed
        refaddr
        reftype
        created_as_string
        created_as_number
        ceil
        floor
        trim
      );

DESCRIPTION
    Provides builtin functions for perl versions that do not include the
    builtin module.

AUTHOR
    haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>

CONTRIBUTORS
    None so far.

COPYRIGHT
    Copyright (c) 2022 the builtin::compat "AUTHOR" and "CONTRIBUTORS" as
    listed above.

LICENSE
    This library is free software and may be distributed under the same
    terms as perl itself. See <https://dev.perl.org/licenses/>.