in reply to Re^2: Cryptic error message
in thread Cryptic error message

I created a dummy Cloud, Lens and G_code1_25 module in my current directory and removed the return 1; line (although from later testing I can say that it didn't make any difference) and your code works for me, atleast I don't get the same error.

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'