名前¶
blib - Use MakeMaker's uninstalled version of a package
blib - MakeMaker の、インストールされていないバージョンのパッケージを使う
概要¶
perl -Mblib script [args...]
perl -Mblib=dir script [args...]
説明¶
Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory) and working back up to five levels of '..'.
Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory) and working back up to five levels of '..'. (TBT)
Intended for use on command line with -M option as a way of testing arbitrary scripts against an uninstalled version of a package.
Intended for use on command line with -M option as a way of testing arbitrary scripts against an uninstalled version of a package. (TBT)
However it is possible to :
しかし、以下のようにもできます:
use blib;
or
use blib '..';
etc. if you really must.
もし本当に必要なら。
バグ¶
Pollutes global name space for development only task.
開発専用タスクのためにグローバルな名前空間を汚染します。
作者¶
Nick Ing-Simmons nik@tiuk.ti.com