argra****@users*****
argra****@users*****
2011年 9月 9日 (金) 04:45:54 JST
Index: docs/modules/blib-1.04/blib.pod diff -u /dev/null docs/modules/blib-1.04/blib.pod:1.1 --- /dev/null Fri Sep 9 04:45:54 2011 +++ docs/modules/blib-1.04/blib.pod Fri Sep 9 04:45:54 2011 @@ -0,0 +1,79 @@ + +=encoding euc-jp + +=head1 NAME + +=begin original + +blib - Use MakeMaker's uninstalled version of a package + +=end original + +blib - MakeMaker の、インストールされていないバージョンのパッケージを使う + +=head1 SYNOPSIS + + perl -Mblib script [args...] + + perl -Mblib=dir script [args...] + +=head1 DESCRIPTION + +=begin original + +Looks for MakeMaker-like I<'blib'> directory structure starting in +I<dir> (or current directory) and working back up to five levels of '..'. + +=end original + +Looks for MakeMaker-like I<'blib'> directory structure starting in +I<dir> (or current directory) and working back up to five levels of '..'. +(TBT) + +=begin original + +Intended for use on command line with B<-M> option as a way of testing +arbitrary scripts against an uninstalled version of a package. + +=end original + +Intended for use on command line with B<-M> option as a way of testing +arbitrary scripts against an uninstalled version of a package. +(TBT) + +=begin original + +However it is possible to : + +=end original + +しかし、以下のようにもできます: + + use blib; + or + use blib '..'; + +=begin original + +etc. if you really must. + +=end original + +もし本当に必要なら。 + +=head1 BUGS + +=begin original + +Pollutes global name space for development only task. + +=end original + +開発専用タスクのためにグローバルな名前空間を汚染します。 + +=head1 AUTHOR + +Nick Ing-Simmons nik****@tiuk***** + +=cut +