Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created July 6, 2009 17:48
Show Gist options
  • Save robinsmidsrod/141578 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/141578 to your computer and use it in GitHub Desktop.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00load.t .............. 1/1 # Testing Test::WWW::Mechanize 1.24, with WWW::Mechanize 1.54, LWP 5.828, Perl 5.010000, /usr/bin/perl
t/00load.t .............. ok
t/autolint.t ............ skipped: HTML::Lint is not installed, cannot test autolint
t/back_ok.t ............. 2/11 # $VAR1 = bless( {
# '_previous' => bless( {
# '_protocol' => 'HTTP/1.1',
# '_content' => '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
# <html><head>
# <title>302 Found</title>
# </head><body>
# <h1>Found</h1>
# <p>The document has moved <a href="http://wango.nonexistent.xx-only-testing/apache2-default/">here</a>.</p>
# <hr>
# <address>Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.8 OpenSSL/0.9.8g Server at <a href="mailto:post@smidsrod.no">wango.nonexistent.xx-only-testing</a> Port 80</address>
# </body></html>
# ',
# '_rc' => '302',
# '_headers' => bless( {
# 'connection' => 'close',
# 'client-response-num' => 1,
# 'location' => 'http://wango.nonexistent.xx-only-testing/apache2-default/',
# 'date' => 'Mon, 06 Jul 2009 17:45:18 GMT',
# 'client-peer' => '206.251.255.164:80',
# 'content-length' => '470',
# 'client-date' => 'Mon, 06 Jul 2009 17:45:19 GMT',
# 'content-type' => 'text/html; charset=iso-8859-1',
# 'title' => '302 Found',
# 'server' => 'Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.8 OpenSSL/0.9.8g'
# }, 'HTTP::Headers' ),
# '_msg' => 'Found',
# 'handlers' => {
# 'response_data' => [
# {
# 'callback' => sub { "DUMMY" }
# },
# {
# 'callback' => sub { "DUMMY" }
# }
# ]
# },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment