Skip to content

Instantly share code, notes, and snippets.

@ranguard
Created December 30, 2011 19:56
Show Gist options
  • Select an option

  • Save ranguard/1541227 to your computer and use it in GitHub Desktop.

Select an option

Save ranguard/1541227 to your computer and use it in GitHub Desktop.
Error installing Starman
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