Skip to content

Instantly share code, notes, and snippets.

@yappo
Created February 4, 2009 08:19
Show Gist options
  • Save yappo/58017 to your computer and use it in GitHub Desktop.
Save yappo/58017 to your computer and use it in GitHub Desktop.
Writing Makefile for HTTP::Headers::Fast
cp lib/HTTP/Headers/Fast.pm blib/lib/HTTP/Headers/Fast.pm
Manifying blib/man3/HTTP::Headers::Fast.3pm
TOKUHIROM/HTTP-Headers-Fast-0.05.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
t/00_compile................ok
t/01-compat.................1/4
# Failed test at t/01-compat.t line 21.
# didn't found a warning
# expected to find warning: (?-xism:uninitialized)
# Failed test 'header'
# at t/01-compat.t line 10.
# got: '1'
# expected: '0'
# Failed test 'push_header's return value'
# at t/01-compat.t line 10.
# got: undef
# expected: '1'
# Looks like you failed 3 tests of 4.
t/01-compat................. Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/4 subtests
t/as_string_without_sort....ok
t/headers...................ok
t/lazy_load_for_storable....ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment