Checking if your kit is complete... Looks good Writing Makefile for CGI::Application::Plugin::Menu cp lib/CGI/Application/Plugin/Menu.pm blib/lib/CGI/Application/Plugin/Menu.pm Manifying blib/man3/CGI::Application::Plugin::Menu.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/0....ok 1 - instanced ok 2 - got menu basic ok 3 - name is main ok 4 - added item ### $h: { ### view_stuff => { ### arg1 => 'view_stuff', ### label => 'View Stuff', ### url => '?rm=view_stuff' ### } ### } ok 5 - cannot add same item again ok 6 - menuitems count is 1 ok 7 - added item ok 8 - menuitems count is 2 ok 9 - added item ok 10 - menuitems count is 3 ok 11 - added item ok 12 - added item ### $loop: [ ### { ### label => 'View Stuff', ### url => '?rm=view_stuff' ### }, ### { ### label => 'Search Stuff', ### url => '?rm=search_stuff' ### }, ### { ### label => 'Browse Stuff', ### url => '?rm=browse_stuff' ### }, ### { ### label => 'My Self Site', ### url => 'http://leocharre.com' ### }, ### { ### label => 'http://cpan.org', ### url => 'http://cpan.org' ### } ### ] ok 13 - got output ### $output: ' ' ok 14 - menus count is one ok 15 - new menu ok 16 - menus count is two 1..16 ok All tests successful. Files=1, Tests=16, 1 wallclock secs ( 0.87 cusr + 0.03 csys = 0.90 CPU) Installing /home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/CGI/Application/Plugin/Menu.pm Installing /home/cpanrun/build/5.8.0/man/man3/CGI::Application::Plugin::Menu.3 Appending installation info to /home/cpanrun/build/5.8.0/lib/5.8.0/i686-linux-thread-multi/perllocal.pod