$ h2xs -b 5.5.0 -X Try::Mymodule Writing Try-Mymodule/lib/Try/Mymodule.pm Writing Try-Mymodule/Makefile.PL Writing Try-Mymodule/README Writing Try-Mymodule/t/Try-Mymodule.t Writing Try-Mymodule/Changes Writing Try-Mymodule/MANIFEST $ cd Try-Mymodule $ perl Makefile.PL make=nmake Checking if your kit is complete... Looks good Writing Makefile for Try::Mymodule $ nmake /n Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\lib\Try C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\lib\Try C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\lib\Try\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\arch C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\arch C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\arch\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\lib\auto\Try\Mymodule C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\lib\auto\Try\Mymodule C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\lib\auto\Try\Mymodule\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\arch\auto\Try\Mymodule C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\arch\auto\Try\Mymodule C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\arch\auto\Try\Mymodule\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\bin C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\bin C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\bin\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\script C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\script C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\script\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\man1 C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\man1 C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\man1\.exists C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "mkpath" -- blib\man3 C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\man3 C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- blib\man3\.exists rem rem C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Install -e "pm_to_blib({@ARGV}, 'blib\lib\auto', q[], '755')" -- lib/Try/Mymodule.pm blib\lib\Try\Mymodule.pm C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -MExtUtils::Command -e "touch" -- pm_to_blib rem rem rem rem rem rem $ nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Try/Mymodule.pm blib\lib\Try\Mymodule.pm AutoSplitting blib\lib\Try\Mymodule.pm (blib\lib\auto\Try\Mymodule) C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/Try-Mymodule.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: PASS