Created
December 30, 2011 19:56
-
-
Save ranguard/1541227 to your computer and use it in GitHub Desktop.
Error installing Starman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #1 | |
| prove -lvr t/suite.t | |
| t/suite.t .. 2011/12/30-19:48:04 Starman::Server (type Net::Server::PreFork) starting! pid(77243) | |
| Binding to TCP port 50026 on host 127.0.0.1 | |
| Setting gid to "1003 1003 1003" | |
| .... | |
| not ok 46 | |
| # Failed test at /home/lpm/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Plack/Test/Suite.pm line 248. | |
| # got: 'REQUEST_METHOD:GET | |
| # SCRIPT_NAME: | |
| # PATH_INFO:/foo/ | |
| # QUERY_STRING:dankogai=kogaidan | |
| # SERVER_NAME:179.25.7.30 | |
| # SERVER_PORT:50026 | |
| # ' | |
| # expected: 'REQUEST_METHOD:GET | |
| # SCRIPT_NAME: | |
| # PATH_INFO:/foo/ | |
| # QUERY_STRING:dankogai=kogaidan | |
| # SERVER_NAME:127.0.0.1 | |
| # SERVER_PORT:50026 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment