Checking if your kit is complete... Looks good Writing Makefile for URI::Query cp Query.pm blib/lib/URI/Query.pm Manifying blib/man3/URI::Query.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.8.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_constructor....1..17 ok 1 - use URI::Query; ok 2 - constructor1 ok ok 3 - stringifies ok (bar=3&bar=7&bog=abc&fluffy=3&foo=1&foo=2) ok 4 - array constructor ok ok 5 - stringifies ok (bar=3&bar=7&bog=abc&fluffy=3&foo=1&foo=2) ok 6 - hashref constructor ok ok 7 - stringifies ok (bar=3&bar=7&bog=abc&fluffy=3&foo=1&foo=2) ok 8 - bad '[undef]' constructor ok ok 9 - stringifies ok () ok 10 - bad '' constructor ok ok 11 - stringifies ok () ok 12 - bad 'SCALAR(0x82351e4)' constructor ok ok 13 - stringifies ok () ok 14 - bad 'ARRAY(0x825d810)' constructor ok ok 15 - stringifies ok () ok 16 - bad 'GLOB(0x8235214)' constructor ok ok 17 - stringifies ok () ok t/02_methods........1..15 ok 1 - use URI::Query; ok 2 - constructor ok ok 3 - stringifies ok (bar=3&bar=7&bog=abc&fluffy=3&foo=1&foo=2) ok 4 - strip ok ok 5 - strip correct (bar=3&bar=7&fluffy=3) ok 6 - replace ok ok 7 - replace correct (bar=3&bar=7&bog=magic&extra=1&fluffy=3&foo=xyz) ok 8 - replace ok ok 9 - replace correct (bar=3&bar=7&bog=magic&extra=2&fluffy=3&foo=123&foo=456&foo=789) ok 10 - auto-stringification ok (bar=3&bar=7&bog=magic&extra=2&fluffy=3&foo=123&foo=456&foo=789) ok 11 - strip_except ok ok 12 - strip_except correct (bar=3&bar=7&extra=2&foo=123&foo=456&foo=789) ok 13 - array constructor ok ok 14 - strip_null ok ok 15 - strip_null correct (bog=abc&foo=1&foo=2&zero=0) ok t/03_hash...........1..5 ok 1 - use URI::Query; ok 2 - constructor ok ok 3 - hash ok ok 4 - hash_arrayref ok ok 5 - hidden ok ok t/04_revert.........1..4 ok 1 - use URI::Query; ok 2 - constructor ok ok 3 - strings different after strip ok 4 - strings identical after revert ok t/05_sep............1..6 ok 1 - use URI::Query; ok 2 - constructor ok ok 3 - standard stringify ok ok 4 - explicit separator ok ok 5 - standard stringify ok ok 6 - setting default separator ok ok t/06_eq.............1..8 ok 1 - use URI::Query; ok 2 - qq1 constructor ok ok 3 - qq2 constructor ok ok 4 - eq ok ok 5 - qq2 constructor ok ok 6 - eq ok ok 7 - qq2 constructor ok ok 8 - ne ok ok All tests successful. Files=6, Tests=55, 4 wallclock secs ( 2.87 cusr + 0.13 csys = 3.00 CPU) Installing /home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/URI/Query.pm Installing /home/cpanrun/build/5.8.0/man/man3/URI::Query.3 Appending installation info to /home/cpanrun/build/5.8.0/lib/5.8.0/i686-linux-thread-multi/perllocal.pod