NAME

    blib::tiny - Like blib but lighter

VERSION

    version 0.01

SYNOPSIS

     perl -Mblib::tiny script [args...]

DESCRIPTION

    This works similar to blib, except it doesn't pull in any other
    modules. This avoids introducing side effects of loading modules
    earlier or loading them at all compared to when they would be called
    without blib.

    It is different in that it does not die if there is no blib found, and
    doesn't accept any arguments (only the blib relative to the current
    directory is supported).

CAVEATS

    This module avoids using any other modules (in-core or otherwise) so as
    not to pollute the namespace for tests or command lines, so it doesn't
    even try to use native directory specifications with File::Spec etc,
    and may not work on platforms other than Windows and Unix.

SEE ALSO

    blib

    tlib::tiny

AUTHOR

    Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

    This software is copyright (c) 2022-2024 by Graham Ollis.

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