# running Build.PL /Users/cpanrun/build/5.10.0/bin/perl Build.PL * Optional prerequisite HTTP::Daemon::SSL is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'HTTP-Server-Brick' version '0.1.0' Unknown 'build_class', defaulting to 'Module::Build' /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 Copying lib/HTTP/Server/Brick.pm -> blib/lib/HTTP/Server/Brick.pm Manifying blib/lib/HTTP/Server/Brick.pm -> blib/libdoc/HTTP::Server::Brick.3 Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 150. Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 166. Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 179. Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 192. HTMLifying blib/lib/HTTP/Server/Brick.pm -> blib/libhtml/site/lib/HTTP/Server/Brick.html /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 test t/00.load.........1..1 ok 1 - use HTTP::Server::Brick; # Testing HTTP::Server::Brick 0.1.0 ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/HTTP/Server/Brick.pm ok t/serving.........1..265 ok 1 - use HTTP::Server::Brick; Variable "$temp_dir" will not stay shared at t/serving.t line 103. Variable "$temp_text_file" will not stay shared at t/serving.t line 103. Variable "$temp_html_file" will not stay shared at t/serving.t line 104. Variable "$temp_dir_non_indexed" will not stay shared at t/serving.t line 106. # # # Using port: 85432 and host: localhost for test server. # If these are not suitable settings on your machine, set the environment # variables HSB_TEST_PORT and HSB_TEST_HOST to something suitable. # # Configuring server ok 2 - Created server object. ok 3 - The object isa HTTP::Server::Brick [Sat Nov 24 05:06:39 2007] [9363] Mounted wildcard directory at /static/test [Sat Nov 24 05:06:39 2007] [9363] Mounted handler at /exotic_error [Sat Nov 24 05:06:39 2007] [9363] Mounted handler at /another_exotic_error [Sat Nov 24 05:06:39 2007] [9363] Mounted handler at /static/test/more_specific_mount [Sat Nov 24 05:06:39 2007] [9363] Mounted handler at /test/non_wildcard_handler [Sat Nov 24 05:06:39 2007] [9363] Mounted wildcard handler at /test/wildcard_handler [Sat Nov 24 05:06:39 2007] [9363] Mounted handler at /test/redirect [Sat Nov 24 05:06:39 2007] [9363] Mounted handler at /test/relative_redirect [Sat Nov 24 05:06:39 2007] [9363] Mounted wildcard handler at /test/data # Starting server [Sat Nov 24 05:06:39 2007] [9364] Server started on http://localhost:19896/ [Sat Nov 24 05:06:40 2007] [9364] [404] /url_that_doesn't_exist [Sat Nov 24 05:06:40 2007] [9364] [404] [/url_that_doesn't_exist] Not Found in Site Map ok 4 - Pathological case - mount doesn't exist (LWP request worked) ok 5 - Pathological case - mount doesn't exist (result code as expected). ok 6 - Pathological case - mount doesn't exist (content matched). [Sat Nov 24 05:06:41 2007] [9364] [200] /static/test/ ok 7 - Directory indexing (LWP request worked) ok 8 - Directory indexing (result code as expected). ok 9 - Directory indexing (content matched). ok 10 - Directory indexing (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [404] /static/test/flubber [Sat Nov 24 05:06:41 2007] [9364] [404] [/static/test/flubber] File Not Found ok 11 - Static file not found (LWP request worked) ok 12 - Static file not found (result code as expected). ok 13 - Static file not found (content matched). [Sat Nov 24 05:06:41 2007] [9364] [200] /static/test/foo.txt ok 14 - Plain text static file (LWP request worked) ok 15 - Plain text static file (result code as expected). ok 16 - Plain text static file (content matched). ok 17 - Plain text static file (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [200] /static/test/foo.html ok 18 - HTML static file (LWP request worked) ok 19 - HTML static file (result code as expected). ok 20 - HTML static file (content matched). ok 21 - HTML static file (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [409] [/exotic_error] Conflict ok 22 - HTTP Return code via handler return value (LWP request worked) ok 23 - HTTP Return code via handler return value (result code as expected). ok 24 - HTTP Return code via handler return value (content matched). [Sat Nov 24 05:06:41 2007] [9364] [405] [/another_exotic_error] Method Not Allowed ok 25 - HTTP Return code via HTTP::Response->code() (LWP request worked) ok 26 - HTTP Return code via HTTP::Response->code() (result code as expected). ok 27 - HTTP Return code via HTTP::Response->code() (content matched). [Sat Nov 24 05:06:41 2007] [9364] [409] [/static/test/more_specific_mount] Conflict ok 28 - More specific mount matched first (LWP request worked) ok 29 - More specific mount matched first (result code as expected). ok 30 - More specific mount matched first (content matched). [Sat Nov 24 05:06:41 2007] [9364] [200] /test/non_wildcard_handler ok 31 - Regular HTML mounted handler (LWP request worked) ok 32 - Regular HTML mounted handler (result code as expected). ok 33 - Regular HTML mounted handler (content matched). ok 34 - Regular HTML mounted handler (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [404] /test/non_wildcard_handler/foo [Sat Nov 24 05:06:41 2007] [9364] [404] [/test/non_wildcard_handler/foo] Not Found in Site Map ok 35 - Handlers default to non-wildcard (LWP request worked) ok 36 - Handlers default to non-wildcard (result code as expected). ok 37 - Handlers default to non-wildcard (content matched). [Sat Nov 24 05:06:41 2007] [9364] [warn] Use of uninitialized value in concatenation (.) or string at t/serving.t line 130. [Sat Nov 24 05:06:41 2007] [9364] [200] /test/wildcard_handler ok 38 - Wildcard mounted handler root (path info) (LWP request worked) ok 39 - Wildcard mounted handler root (path info) (result code as expected). ok 40 - Wildcard mounted handler root (path info) (content matched). ok 41 - Wildcard mounted handler root (path info) (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [warn] Use of uninitialized value in concatenation (.) or string at t/serving.t line 130. [Sat Nov 24 05:06:41 2007] [9364] [200] /test/wildcard_handler ok 42 - Wildcard mounted handler root (mount path) (LWP request worked) ok 43 - Wildcard mounted handler root (mount path) (result code as expected). ok 44 - Wildcard mounted handler root (mount path) (content matched). ok 45 - Wildcard mounted handler root (mount path) (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [200] /test/wildcard_handler/foo/bar ok 46 - Wildcard mounted handler with extra path (LWP request worked) ok 47 - Wildcard mounted handler with extra path (result code as expected). ok 48 - Wildcard mounted handler with extra path (content matched). ok 49 - Wildcard mounted handler with extra path (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [200] /test/wildcard_handler/foo/bar ok 50 - Wildcard mounted handler with extra path (mount path) (LWP request worked) ok 51 - Wildcard mounted handler with extra path (mount path) (result code as expected). ok 52 - Wildcard mounted handler with extra path (mount path) (content matched). ok 53 - Wildcard mounted handler with extra path (mount path) (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [302] Redirecting to /test/non_wildcard_handler [Sat Nov 24 05:06:41 2007] [9364] [200] /test/non_wildcard_handler ok 54 - Fully qualified Redirect (LWP request worked) ok 55 - Fully qualified Redirect (result code as expected). ok 56 - Fully qualified Redirect (content matched). ok 57 - Fully qualified Redirect (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [302] Redirecting to /test/wildcard_handler/flubber [Sat Nov 24 05:06:41 2007] [9364] [200] /test/wildcard_handler/flubber ok 58 - Relative Redirect (LWP request worked) ok 59 - Relative Redirect (result code as expected). ok 60 - Relative Redirect (content matched). ok 61 - Relative Redirect (Mime type) [Sat Nov 24 05:06:41 2007] [9364] [200] /test/data ok 62 - HTTP::Response custom mime type (LWP request worked) ok 63 - HTTP::Response custom mime type (result code as expected). ok 64 - HTTP::Response custom mime type (content matched). ok 65 - HTTP::Response custom mime type (Mime type) ok 66 - Requesting server shutdown via HUP (9364) [Sat Nov 24 05:06:47 2007] [9363] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. [Sat Nov 24 05:06:47 2007] [9363] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. ok 67 - Shouldn't need to force kill server # Configuring forked server ok 68 - Created server object. ok 69 - The object isa HTTP::Server::Brick [Sat Nov 24 05:06:47 2007] [9363] Mounted wildcard directory at /static/test [Sat Nov 24 05:06:47 2007] [9363] Mounted handler at /exotic_error [Sat Nov 24 05:06:47 2007] [9363] Mounted handler at /another_exotic_error [Sat Nov 24 05:06:47 2007] [9363] Mounted handler at /static/test/more_specific_mount [Sat Nov 24 05:06:47 2007] [9363] Mounted handler at /test/non_wildcard_handler [Sat Nov 24 05:06:47 2007] [9363] Mounted wildcard handler at /test/wildcard_handler [Sat Nov 24 05:06:47 2007] [9363] Mounted handler at /test/redirect [Sat Nov 24 05:06:47 2007] [9363] Mounted handler at /test/relative_redirect [Sat Nov 24 05:06:47 2007] [9363] Mounted wildcard handler at /test/data # Starting server [Sat Nov 24 05:06:47 2007] [9371] Server started on http://localhost:19896/ [Sat Nov 24 05:06:48 2007] [9378] [404] /url_that_doesn't_exist [Sat Nov 24 05:06:48 2007] [9378] [404] [/url_that_doesn't_exist] Not Found in Site Map ok 70 - Pathological case - mount doesn't exist (LWP request worked) ok 71 - Pathological case - mount doesn't exist (result code as expected). ok 72 - Pathological case - mount doesn't exist (content matched). [Sat Nov 24 05:06:48 2007] [9380] [200] /static/test/ ok 73 - Directory indexing (LWP request worked) ok 74 - Directory indexing (result code as expected). ok 75 - Directory indexing (content matched). ok 76 - Directory indexing (Mime type) [Sat Nov 24 05:06:48 2007] [9381] [404] /static/test/flubber [Sat Nov 24 05:06:48 2007] [9381] [404] [/static/test/flubber] File Not Found ok 77 - Static file not found (LWP request worked) ok 78 - Static file not found (result code as expected). ok 79 - Static file not found (content matched). [Sat Nov 24 05:06:48 2007] [9382] [200] /static/test/foo.txt ok 80 - Plain text static file (LWP request worked) ok 81 - Plain text static file (result code as expected). ok 82 - Plain text static file (content matched). ok 83 - Plain text static file (Mime type) [Sat Nov 24 05:06:48 2007] [9383] [200] /static/test/foo.html ok 84 - HTML static file (LWP request worked) ok 85 - HTML static file (result code as expected). ok 86 - HTML static file (content matched). ok 87 - HTML static file (Mime type) [Sat Nov 24 05:06:48 2007] [9384] [409] [/exotic_error] Conflict ok 88 - HTTP Return code via handler return value (LWP request worked) ok 89 - HTTP Return code via handler return value (result code as expected). ok 90 - HTTP Return code via handler return value (content matched). [Sat Nov 24 05:06:48 2007] [9385] [405] [/another_exotic_error] Method Not Allowed ok 91 - HTTP Return code via HTTP::Response->code() (LWP request worked) ok 92 - HTTP Return code via HTTP::Response->code() (result code as expected). ok 93 - HTTP Return code via HTTP::Response->code() (content matched). [Sat Nov 24 05:06:48 2007] [9386] [409] [/static/test/more_specific_mount] Conflict ok 94 - More specific mount matched first (LWP request worked) ok 95 - More specific mount matched first (result code as expected). ok 96 - More specific mount matched first (content matched). [Sat Nov 24 05:06:48 2007] [9387] [200] /test/non_wildcard_handler ok 97 - Regular HTML mounted handler (LWP request worked) ok 98 - Regular HTML mounted handler (result code as expected). ok 99 - Regular HTML mounted handler (content matched). ok 100 - Regular HTML mounted handler (Mime type) [Sat Nov 24 05:06:48 2007] [9388] [404] /test/non_wildcard_handler/foo [Sat Nov 24 05:06:48 2007] [9388] [404] [/test/non_wildcard_handler/foo] Not Found in Site Map ok 101 - Handlers default to non-wildcard (LWP request worked) ok 102 - Handlers default to non-wildcard (result code as expected). ok 103 - Handlers default to non-wildcard (content matched). [Sat Nov 24 05:06:48 2007] [9389] [warn] Use of uninitialized value in concatenation (.) or string at t/serving.t line 130. [Sat Nov 24 05:06:48 2007] [9389] [200] /test/wildcard_handler ok 104 - Wildcard mounted handler root (path info) (LWP request worked) ok 105 - Wildcard mounted handler root (path info) (result code as expected). ok 106 - Wildcard mounted handler root (path info) (content matched). ok 107 - Wildcard mounted handler root (path info) (Mime type) [Sat Nov 24 05:06:48 2007] [9390] [warn] Use of uninitialized value in concatenation (.) or string at t/serving.t line 130. [Sat Nov 24 05:06:48 2007] [9390] [200] /test/wildcard_handler ok 108 - Wildcard mounted handler root (mount path) (LWP request worked) ok 109 - Wildcard mounted handler root (mount path) (result code as expected). ok 110 - Wildcard mounted handler root (mount path) (content matched). ok 111 - Wildcard mounted handler root (mount path) (Mime type) [Sat Nov 24 05:06:48 2007] [9391] [200] /test/wildcard_handler/foo/bar ok 112 - Wildcard mounted handler with extra path (LWP request worked) ok 113 - Wildcard mounted handler with extra path (result code as expected). ok 114 - Wildcard mounted handler with extra path (content matched). ok 115 - Wildcard mounted handler with extra path (Mime type) [Sat Nov 24 05:06:48 2007] [9392] [200] /test/wildcard_handler/foo/bar ok 116 - Wildcard mounted handler with extra path (mount path) (LWP request worked) ok 117 - Wildcard mounted handler with extra path (mount path) (result code as expected). ok 118 - Wildcard mounted handler with extra path (mount path) (content matched). ok 119 - Wildcard mounted handler with extra path (mount path) (Mime type) [Sat Nov 24 05:06:48 2007] [9393] [302] Redirecting to /test/non_wildcard_handler [Sat Nov 24 05:06:48 2007] [9394] [200] /test/non_wildcard_handler ok 120 - Fully qualified Redirect (LWP request worked) ok 121 - Fully qualified Redirect (result code as expected). ok 122 - Fully qualified Redirect (content matched). ok 123 - Fully qualified Redirect (Mime type) [Sat Nov 24 05:06:48 2007] [9395] [302] Redirecting to /test/wildcard_handler/flubber [Sat Nov 24 05:06:48 2007] [9396] [200] /test/wildcard_handler/flubber ok 124 - Relative Redirect (LWP request worked) ok 125 - Relative Redirect (result code as expected). ok 126 - Relative Redirect (content matched). ok 127 - Relative Redirect (Mime type) [Sat Nov 24 05:06:48 2007] [9397] [200] /test/data ok 128 - HTTP::Response custom mime type (LWP request worked) ok 129 - HTTP::Response custom mime type (result code as expected). ok 130 - HTTP::Response custom mime type (content matched). ok 131 - HTTP::Response custom mime type (Mime type) ok 132 - Requesting server shutdown via HUP (9371) [Sat Nov 24 05:06:55 2007] [9363] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. [Sat Nov 24 05:06:55 2007] [9363] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. ok 133 - Shouldn't need to force kill server ok 134 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 135 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 136 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 137 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 138 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 139 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 140 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 141 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 142 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 143 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 144 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 145 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 146 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 147 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 148 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 149 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 150 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 151 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 152 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 153 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 154 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 155 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 156 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 157 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 158 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 159 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 160 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 161 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 162 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 163 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 164 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 165 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 166 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 167 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 168 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 169 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 170 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 171 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 172 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 173 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 174 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 175 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 176 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 177 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 178 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 179 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 180 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 181 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 182 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 183 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 184 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 185 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 186 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 187 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 188 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 189 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 190 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 191 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 192 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 193 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 194 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 195 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 196 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 197 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 198 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 199 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 200 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 201 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 202 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 203 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 204 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 205 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 206 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 207 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 208 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 209 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 210 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 211 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 212 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 213 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 214 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 215 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 216 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 217 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 218 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 219 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 220 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 221 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 222 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 223 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 224 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 225 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 226 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 227 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 228 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 229 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 230 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 231 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 232 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 233 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 234 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 235 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 236 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 237 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 238 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 239 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 240 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 241 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 242 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 243 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 244 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 245 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 246 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 247 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 248 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 249 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 250 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 251 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 252 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 253 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 254 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 255 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 256 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 257 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 258 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 259 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 260 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 261 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 262 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 263 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 264 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 265 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 132/265 skipped: various reasons All tests successful, 1 test and 132 subtests skipped. Files=4, Tests=267, 17 wallclock secs ( 1.36 cusr + 1.28 csys = 2.64 CPU) /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 install Installing /Users/cpanrun/build/5.10.0/site/lib/HTTP/Server/Brick.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/HTTP::Server::Brick.3 Installing /Users/cpanrun/build/5.10.0/html/site/lib/HTTP/Server/Brick.html Writing /Users/cpanrun/build/5.10.0/site/lib/auto/HTTP/Server/Brick/.packlist