=head1 NAME
blib - Use MakeMaker's uninstalled version of a package
J<< ja; MakeMakerのインストールされていないバージョンのパッケージを使う >>
=head1 SYNOPSIS
perl -Mblib script [args...]
perl -Mblib=dir script [args...]
=head1 DESCRIPTION
Looks for MakeMaker-like I<'blib'> directory structure starting in
I
(or current directory) and working back up to five levels of '..'.
J<< ja;
I (もしくはカレントディレクトリの) MakeMaker 的な I<'blib'> ディレクトリ
構造を見る様にします. また '..' を5段階遡って調べます.
>>
Intended for use on command line with B<-M> option as a way of testing
arbitrary scripts against an uninstalled version of a package.
J<< ja;
コマンドラインの B<-M> オプションで使う様に意図されています.
これを使って任意のスクリプトをあるパッケージのまだインストールされていない
バージョンでテストできます.
>>
However it is possible to :
J<< ja; 次の様に使うこともできます: >>
use blib;
or
use blib '..';
etc. if you really must.
J<< ja;
もし本当に必要としているのであれば.
>>
=head1 BUGS
Pollutes global name space for development only task.
J<< ja;
開発時のみの使用を前提としているためグローバルネームスペースを
使います.
>>
=head1 AUTHOR
Nick Ing-Simmons nik@tiuk.ti.com
=head1 TRANSALTE TO JAPANESE
J<< ja;和訳 >>
山科 氷魚 (YAMASHINA Hio)
Original distribution is perl VERSION 5.8.8.
Translated on 2003-07-13 (perl-5.8.0).
(Updated on 2007-06-23.)
J<< ja;
原典: perl VERSION 5.8.8.
翻訳日: 2003-07-13 (perl-5.8.0).
(修正: 2007-06-23.)
>>
=cut