in reply to Re: Upgrade-proofing overridden subroutines
in thread Upgrade-proofing overridden subroutines
Yes, you're right. version should die. However, I also realized two problems. One, some modules don't have versions (shame on them) or they get released without a version upgrade (this is common when you have a distribution where only the main module's version changes). As a result, what I should really do is this:
$override->verify( module => 'Broken::Module', verify => \&verification_callback, fatal => $boolean_value, # defaults to true );
Cheers,
Ovid
New address of my CGI Course.
|
|---|