前回、必要な CPAN モジュールをインストールしたので、続いて msgconvert.pl のインストールを行います。
strawberry-perl では初めから dmake.exe がインストールされていたので特に問題なし。
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\daisuke>d:
D:\>cd D:\utils\mvz-msgconvert-e011d98
D:\utils\mvz-msgconvert-e011d98>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for msgconvert
D:\utils\mvz-msgconvert-e011d98>dmake
C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- tools/msgconvert.pl blib\script\msgconvert.pl
pl2bat.bat blib\script\msgconvert.pl
C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- tools/oledump.pl blib\script\oledump.pl
pl2bat.bat blib\script\oledump.pl
D:\utils\mvz-msgconvert-e011d98>dmake test
'No tests defined for msgconvert extension.'
D:\utils\mvz-msgconvert-e011d98>dmake install
Appending installation info to C:\strawberry\perl\lib/perllocal.pod
D:\utils\mvz-msgconvert-e011d98>msgconvert
Usage:
msgconvert.pl [options]
Options:
--mbox
--verbose be verbose
--help help message
D:\utils\mvz-msgconvert-e011d98>oledump
Usage:
oledump.pl [options]
Options:
--with-data dump data too
--help help message
D:\utils\mvz-msgconvert-e011d98>