I just upgraded from ...
YAML 0.36
Module::Build 0.2801
... to ...
YAML 0.62
version 0.652
Module::Build 0.2804
... on my OS X 10.4.7 machine with perl 5.8.6, and now my automated
build script [1], crashes with a bus error part way through, though
not always at the same place. Same versions on a Linux box exhibit
similar behavior.
I am doing ...
Symbol::delete_package('Module::Build::Base');
delete $INC{'Module/Build/Base.pm'};
require Module::Build::Base;
... at the end of my loop to deal with the issue raised in [1]. Do
you think that could be causing problems for the version module? Any
pointers on how to debug this would be helpful.
Ray
[1] See http://sourceforge.net/mailarchive/forum.php?
thread_id=25617389&forum_id=10905 for a description of what it does.