Subject: | why do people want to use autodie .... (sigh) |
Hi Paul,
Tonight, I've struck a module (PDL::GSL::Randist) that wants to use autodie (for reasons that are beyond my understanding).
No real problems with that, except that I had to install autodie on 5.10 as apparently, at that time, autodie was not part of core ... so I installed 2.19.
However, that seems to have not been good enough - because now I get the following diagnostic during the running of the PDL::GSL::Randist test suite:
<quote>
The autodie pragma uses an updated version of Fatal to do its
heavy lifting. We seem to have loaded Fatal version 1.05, which is
probably the version that came with your version of Perl. However
autodie needs version 2.19, which would have come bundled with
autodie.
</quote>
Well .. yeah, that appears to be right. But it's not much good if Fatal-2.19 gets installed into $INC[1], leaving the crappy old version of Fatal that's in $INC[0] to be loaded anyway.
Then again, I guess it's not your fault that 5.10 puts perl/lib ahead of perl/site/lib in @INC for perl-5.10 on Windows.
I should, of course, file a bug report at
https://rt.cpan.org/Public/Dist/Display.html?Name=PDL-GSL-Randist
but that link just errors out .... :-(
Cheers,
Rob