Pkgsrc changes:
o Remove dependency on p5-Scalar-List-Utils, does not appear to be used
Upstream changes:
1.01 Aug 22 05:29:44 UTC 2008
- minor packaging housekeeping
- report only CURRENT ACTUAL BUGS THAT WILL BREAK YOUR CODE AS IT EXISTS
RIGHT NOW SO FIX THEM PLEASE rather than latent bugs that will break your
code in the future, at least by default
- added the verbose flag to fix you about all bugs regarding the use of
isa() as a function
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Whenever you use UNIVERSAL::isa as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.
This module replaces UNIVERSAL::isa with a version that makes sure that if
it's called as a function on objects which override isa, isa will be
called on those objects as a method.
In all other cases the real UNIVERSAL::isa is just called directly.
WWW: http://search.cpan.org/dist/UNIVERSAL-isa/