logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

blib - Use MakeMaker's uninstalled version of a package

Author

Nick Ing-Simmons nik@tiuk.ti.com perl v5.40.1 2025-07-03 blib(3perl)

Bugs

Pollutes global name space for development only task.

Description

Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory) and working back up to five levels of '..'. Intended for use on command line with -M option as a way of testing arbitrary scripts against an uninstalled version of a package. However it is possible to : use blib; or use blib '..'; etc. if you really must.

Name

blib - Use MakeMaker's uninstalled version of a package

Synopsis

perl -Mblib script [args...] perl -Mblib=dir script [args...]

See Also