in reply to Hoping for some beady eyes on my first CPAN submission
At which point the process (apparently) hangs. When I finally hit Ctrl-C I get the additional output:C:\_32\comp\HTTP-Server-Brick>perl Makefile.PL # running Build.PL C:\perl58_M\bin\perl.exe Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'HTTP-Server-Brick' version '0.0.5' Unknown 'build_class', defaulting to 'Module::Build' C:\_32\comp\HTTP-Server-Brick>dmake test C:\perl58_M\bin\perl.exe Build --makefile_env_macros 1 test Copying lib\HTTP\Server\Brick.pm -> blib\lib\HTTP\Server\Brick.pm t\00.load.........ok 1/1# Testing HTTP::Server::Brick v0.0.5 t\00.load.........ok t\pod-coverage....skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD + cover t\pod.............skipped all skipped: Test::Pod 1.14 required for testing POD t\serving.........ok 1/59# # # Using port: 85432 and host: localhost for test server. # If these are not suitable settings on your machine, set the environm +ent # variables HSB_TEST_PORT and HSB_TEST_HOST to something suitable. # # Starting server t\serving.........ok 7/59 t\serving.........NOK 8# Failed test 'Directory indexing (result cod +e as e ted).' # in t\serving.t at line 182. # got: 500 # expected: 200 t\serving.........NOK 9# Failed test 'Directory indexing (content ma +tched) # in t\serving.t at line 183. # '500 Can't connect to desktop2:19896 (connect: Unk +nown e ) # ' # doesn't match '(?s-xim:static/test.*foo.html.*foo.txt)' t\serving.........NOK 10# Failed test 'Directory indexing (Mime type +)' # in t\serving.t at line 185. # got: 'text/plain' # expected: 'text/html' t\serving.........ok 46/59 t\serving.........NOK 47# Failed test 'Fully qualified Redirect (res +ult co s expected).' # in t\serving.t at line 182. # got: 500 # expected: 200 t\serving.........NOK 48# Failed test 'Fully qualified Redirect (con +tent m ed).' # in t\serving.t at line 183. # '500 Can't connect to desktop2:19896 (connect: Unk +nown e ) # ' # doesn't match '(?-xism:<html><body>No wildcards here</body></htm +l>)' t\serving.........NOK 49# Failed test 'Fully qualified Redirect (Mim +e type # in t\serving.t at line 185. # got: 'text/plain' # expected: 'text/html' t\serving.........ok 50/59# Failed test 'Relative Redirect (result c +ode as ected).' t\serving.........NOK 51# in t\serving.t at line 182. # got: 500 # expected: 200 t\serving.........NOK 52# Failed test 'Relative Redirect (content ma +tched) # in t\serving.t at line 183. # '500 Can't connect to desktop2:19896 (connect: Unk +nown e ) # ' # doesn't match '(?-xism:Path info: /flubber</p>)' t\serving.........NOK 53# Failed test 'Relative Redirect (Mime type) +' # in t\serving.t at line 185. # got: 'text/plain' # expected: 'text/html' Your vendor has not defined POSIX macro SIGHUP, used at t\serving.t li +ne 191 # Looks like you planned 59 tests but only ran 57. # Looks like you failed 9 tests of 57 run.
I have no idea how that matches up against your expectations - I'm merely providing it for your information :-)Terminating on signal SIGINT(2) Caught SIGINT. Trying to quit ... C:\_32\comp\HTTP-Server-Brick>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hoping for some beady eyes on my first CPAN submission
by aufflick (Deacon) on Jun 23, 2007 at 15:42 UTC | |
by syphilis (Archbishop) on Jun 23, 2007 at 16:51 UTC | |
by garu (Scribe) on Jun 23, 2007 at 21:10 UTC | |
by aufflick (Deacon) on Jun 24, 2007 at 00:57 UTC | |
|
Re^2: Hoping for some beady eyes on my first CPAN submission
by doom (Deacon) on Jun 24, 2007 at 04:33 UTC |