Starman MooseX::Daemonize #### DEL(1/3): C:\strawberry\cpan\build\AppConfig-1.66-KbN9bL DEL(2/3): C:\strawberry\cpan\build\AppConfig-1.66-KbN9bL.yml DEL(3/3): C:\strawberry\cpan\build\MooseX-Daemonize-0.13-2_nROf.yml CPAN.pm: Building B/BO/BOBTFISH/Catalyst-Devel-1.34.tar.gz Subroutine author_requires redefined at inc/Module/Install/AuthorRequires.pm lin e 14. Name "main::NULL" used only once: possible typo at Makefile.PL line 56. Cannot determine perl version info from lib/Catalyst/Devel.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98 >= 0.94) - Test::Fatal ...loaded. (0.006 >= 0.003) - ExtUtils::MakeMaker ...loaded. (6.56 >= 6.11) - Moose ...loaded. (2.0205) - MooseX::Emulate::Class::Accessor::Fast ...loaded. (0.00903) - File::ShareDir ...loaded. (1.03) - namespace::clean ...loaded. (0.21) - namespace::autoclean ...loaded. (0.13) - Catalyst ...loaded. (5.90004 >= 5.90001) - Catalyst::Action::RenderView ...loaded. (0.16 >= 0.10) - Catalyst::Plugin::Static::Simple ...loaded. (0.29 >= 0.28) - Catalyst::Plugin::ConfigLoader ...loaded. (0.30 >= 0.30) - Config::General ...loaded. (2.50 >= 2.42) - File::ChangeNotify ...loaded. (0.20 >= 0.07) - File::Copy::Recursive ...loaded. (0.38) - Path::Class ...loaded. (0.24 >= 0.09) - Template ...loaded. (2.22 >= 2.14) - MooseX::Daemonize ...missing. - Starman ...missing. - Module::Install ...loaded. (1.01 >= 0.91) - Win32::Process ...loaded. (0.14 >= 0.04) - Proc::Background ...loaded. (1.10) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Warning: prerequisite MooseX::Daemonize 0 not found. Warning: prerequisite Starman 0 not found. Writing Makefile for Catalyst::Devel Could not read metadata file. Falling back to other methods to determine prerequ isites ---- Unsatisfied dependencies detected during ---- ---- BOBTFISH/Catalyst-Devel-1.34.tar.gz ---- Starman [requires] MooseX::Daemonize [requires] Module::Install [requires] Running make test Delayed until after prerequisites Running make install Delayed until after prerequisites Running install for module 'Starman' Running make for M/MI/MIYAGAWA/Starman-0.2014.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\M\MI\MIYAGAWA\Starman-0.2014. tar.gz ok CPAN.pm: Building M/MI/MIYAGAWA/Starman-0.2014.tar.gz This distribution doesn't support your platform MSWin32 No 'Makefile' created MIYAGAWA/Starman-0.2014.tar.gz C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Running install for module 'MooseX::Daemonize' Running make for S/ST/STEVAN/MooseX-Daemonize-0.13.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\S\ST\STEVAN\MooseX-Daemonize- 0.13.tar.gz ok CPAN.pm: Building S/ST/STEVAN/MooseX-Daemonize-0.13.tar.gz Cannot determine perl version info from lib/MooseX/Daemonize.pm Checking if your kit is complete... Looks good Writing Makefile for MooseX::Daemonize cp lib/MooseX/Daemonize.pm blib\lib\MooseX\Daemonize.pm cp lib/MooseX/Daemonize/WithPidFile.pm blib\lib\MooseX\Daemonize\WithPidFile.pm cp lib/MooseX/Daemonize/Pid/File.pm blib\lib\MooseX\Daemonize\Pid\File.pm cp lib/MooseX/Daemonize/Core.pm blib\lib\MooseX\Daemonize\Core.pm cp lib/MooseX/Daemonize/Pid.pm blib\lib\MooseX\Daemonize\Pid.pm cp lib/Test/MooseX/Daemonize.pm blib\lib\Test\MooseX\Daemonize.pm STEVAN/MooseX-Daemonize-0.13.tar.gz C:\strawberry\c\bin\dmake.EXE -- OK Running make test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/00.load.t .............. 1/1 # Testing MooseX::Daemonize 0.13 t/00.load.t .............. ok t/01.filecreate.t ........ 1/29 t/01.filecreate.t ........ 17/29 # Failed test '... our pidfile exists' # at t/01.filecreate.t line 76. # Failed test '... the pid in our pidfile is correct (and not us)' # at t/01.filecreate.t line 79. # got: '4392' # expected: anything else # Failed test '... the daemon is running' # at t/01.filecreate.t line 81. # Failed test '... got the correct status message' # at t/01.filecreate.t line 82. # got: 'Daemon is not running with pid (4392)' # expected: 'Daemon is running with pid (4392)' # Failed test '... got the right error code' # at t/01.filecreate.t line 83. # got: '1' # expected: '0' # Failed test '... got the correct status message' # at t/01.filecreate.t line 98. # got: 'Not running' # expected: 'Stop succeeded' # Looks like you failed 6 tests of 29.