前提
OSはWindows10です。
実現したいこと
Windows10のPCにDateTime.pmをインストールしたいです。他のモジュールはCPANからダウンロードして、解凍した後にpowershellに以下のコードを入力することでインストールできました。
cd 解凍したファイルの保存してある場所までのパス
perl Makefile.PL
dmake
dmake test
dmake install
発生している問題・エラーメッセージ
DateTime.pmをCPANからダウンロードして、下記の手順でインストールしようとしましたが、エラーが発生してしまいました。
該当のソースコード
perl Makefile.PL Warning: DateTime::Format::Mail did not compile at C:/Perl64/lib/Dist/CheckConflict.pm line 186. *** Conflicts detected for Datetime: Datetime::Format::Mail is version unknown, but must be greater than version 0.402 *** Generating a nmake-style Makefile Writing Makefile for Datetime Writing MYMETA.yml and MYMETA.json dmake dmake.exe Error -- 'C:\Perl64\libConfig.pm' not found, and can't be made dmake test dmake.exe Error -- 'C:\Perl64\libConfig.pm' not found, and can't be made dmake install dmake.exe Error -- 'C:\Perl64\libConfig.pm' not found, and can't be made
試したこと
見た感じだとlibConfig.pmというファイルが無いからエラーが起きているみたいなのでlibConfig.pmについて調べましたが、全然情報が出てきません。どの点から解決するべきかわからないので、エラーの解決方法を教えていただきたいです。
補足情報(FW/ツールのバージョンなど)

回答1件
あなたの回答
tips
プレビュー