On Fri May 27 00:51:47 2011, MichaelRWolf@att.net wrote:
Show quoted text> Let me know if there's any more information you need. It installed
> great on my (client's) MacBook, but not their RHEL 5.<something>.
It installed great on my system, and on scads of CPAN testers. But
clearly a module that calls 'version->new()' needs the 'version' module
loaded. If it does not load it itself it is at the mercy of module load
order, which I suppose in the case of Module::Pluggable is directory
order (whatever that is).
So the 'use version' has been added, and committed as SVN revison 4083.