MakeMakerのインストールされていないバージョンのパッケージを使う
blib - Use MakeMaker's uninstalled version of a package

目次 TABLE OF CONTENTS


名前 NAME

MakeMakerのインストールされていないバージョンのパッケージを使う blib - Use MakeMaker's uninstalled version of a package


概要 SYNOPSIS

 perl -Mblib script [args...]

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

説明 DESCRIPTION

dir (もしくはカレントディレクトリの) MakeMaker 的な 'blib' ディレクトリ 構造を見る様にします. また '..' を5段階遡って調べます. Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory) and working back up to five levels of '..'.

コマンドラインの -M オプションで使う様に意図されています. これを使って任意のスクリプトをあるパッケージのまだインストールされていない バージョンでテストできます. 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.


バグ BUGS

開発時のみの使用を前提としているためグローバルネームスペースを 使います. Pollutes global name space for development only task.


著者 AUTHOR

Nick Ing-Simmons nik@tiuk.ti.com


和訳 TRANSALTE TO JAPANESE

 山科 氷魚 (YAMASHINA Hio) <hio@hio.jp>

原典: perl VERSION 5.8.8. 翻訳日: 2003-07-13 (perl-5.8.0). (修正: 2007-06-23.) Original distribution is perl VERSION 5.8.8. Translated on 2003-07-13 (perl-5.8.0). (Updated on 2007-06-23.)

MakeMakerのインストールされていないバージョンのパッケージを使う
blib - Use MakeMaker's uninstalled version of a package

索引 INDEX

MakeMakerのインストールされていないバージョンのパッケージを使う
blib - Use MakeMaker's uninstalled version of a package