Subject: | Prototype mistmatch errors under 5.8.8 |
After upgrading to 5.8.8, I'm getting a prototype mismatch warnings out
of M::P:
Prototype mismatch: sub Handel::Checkout::except (&;$) vs none at
C:/strawberry-perl/perl/site/lib/Module/Pluggable.pm l
ine 68.
Try as I might, I can't quite reproduce it consistently, but adding
no warnings 'prototype' to the existing no warnings 'redefine' in
M::P::import solves the problem.
There is some scuttlbut on the net about the same types of issues with
autouse.pm as well. What I find curious is that $exportsub doesn't
decalre a prototype at all, not does my module, nor any of the rest of
the M::P modules.
-=Chris