Skip Menu |

This queue is for tickets about the Sub-WrapPackages CPAN distribution.

Report information
The Basics
Id: 48921
Status: resolved
Priority: 0/
Queue: Sub-WrapPackages

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Warnings During Testing
Hi: During testing, I get a bunch of warnings, and I don't know if they're OK or not. Looking at them they look alright, but it's preferable I think to prevent them from display (via no warnings or something else). As always Test::NoWarnings could make for a useful addition to the test suite. Here is some of the test output: t/03_wrap_inherited_in_same_file.............ok Prototype mismatch: sub Banana::Tree::cmp_ok ($$$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::isa_ok ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::use_ok ($;@) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::isnt ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::is ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::ok ($;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::like ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::unlike ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::pass (;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::can_ok ($@) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::fail (;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::require_ok ($) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. t/04_wrap_tree_of_packages...................ok Prototype mismatch: sub Banana::Tree::cmp_ok ($$$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::isa_ok ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::use_ok ($;@) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::isnt ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::is ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::ok ($;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::like ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::unlike ($$;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::pass (;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::can_ok ($@) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::fail (;$) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. Prototype mismatch: sub Banana::Tree::require_ok ($) vs none at /usr/share/perl5/Hook/LexWrap.pm line 82. t/04b_wrap_tree_of_packages_after_loading....ok
This is fixed in my work-in-progress, and the fix will be in the next release. No ETA on that though.