autodie

What is the difference between Perl modules autodie and Fatal?

The Perl modules autodie and Fatal seem to be doing similar things. What are the reasons for using one in preference to the other? ...

Are there disadvantages to autodie?

Every now and again I see people on StackOverflow promote the use of autodie. But in the code here and elsewhere in the net I don't see autodie very often. Are there some disadvantages? Do I lose something when using autodie? (I have the idea of getting spoiled, when using autodie) ...