9f4d16761cfd5384811c5ff465c932563f999859
Perl/CPAN.md
| ... | ... | @@ -98,6 +98,7 @@ Attribute::Constant |
| 98 | 98 | Number::Format |
| 99 | 99 | PadWalker |
| 100 | 100 | Term::Encoding |
| 101 | +Path::Class |
|
| 101 | 102 | |
| 102 | 103 | =cut |
| 103 | 104 | ``` |
| ... | ... | @@ -137,6 +138,13 @@ Term::Encoding |
| 137 | 138 | # cpan-outdated | cpanm |
| 138 | 139 | ``` |
| 139 | 140 | |
| 141 | +## 強制インストール |
|
| 142 | +- `-f/--force` オプションを付けるとエラーを無視して強制インストールする。 |
|
| 143 | +``` |
|
| 144 | +> cpanm -f Win32::Unicode |
|
| 145 | +``` |
|
| 146 | +- [xaicron/p5-win32-unicode](https://github.com/xaicron/p5-win32-unicode) / テスト実行時にコンソールのエンコーディング指定が必要。 [Update 04_print.t](https://github.com/twata1/p5-win32-unicode/commit/a6d6cd3c3853a26162edcc21463e1d9c5e5495d2) |
|
| 147 | + |
|
| 140 | 148 | # ppm |
| 141 | 149 | ## 一括更新 |
| 142 | 150 | ``` |
| ... | ... | @@ -151,7 +159,7 @@ Term::Encoding |
| 151 | 159 | > ppm install HTTP::Date JSON::XS Lingua::JA::Numbers Lingua::JA::Regular::Unicode |
| 152 | 160 | > ppm install Log::Dispatch MIME::Base64 Socket Net::IP Net::Wake Crypt::SSLeay LWP::Protocol::https |
| 153 | 161 | > ppm install Perl::Tidy String::Util Text::CSV_XS Text::xSV::Slurp XML::Simple XML::XPath |
| 154 | -> ppm install enum::hash Attribute::Constant Number::Format PadWalker Term::Encoding |
|
| 162 | +> ppm install enum::hash Attribute::Constant Number::Format PadWalker Term::Encoding Path::Class |
|
| 155 | 163 | ``` |
| 156 | 164 | |
| 157 | 165 | # リンク |