in reply to Re^2: Cryptic error message
in thread Cryptic error message
I think that you are finding a old version of the Ablation module. Run the following and see if the Ablation module is being found in the right spot.
perl -MAblation -e 'use Data::Dumper; print Dumper \%INC'
|
---|