NAME
libreplace - Clobber your lib with PERL5LIB
SYNOPSIS
The environmental variable PERL5LIB
appends to @INC
, by using libreplace it will replace (clobber) @INC
instead.
You can alternatively think of this kinda like use lib
, except with clobbering behavior that takes its arguments from PERL5INC
.
PERL5LIB="foo:bar:baz" perl -Mlibreplace ./script.pl
AUTHOR
Evan Carroll, <me at evancarroll.com>
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc libreplace
LICENSE AND COPYRIGHT
This software is Copyright (c) 2022 by Evan Carroll.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)