Title: Function containing ?MODULE should not be moved
Goal: deny
Parameters: [{file,"src.erl"},{funlist,[{f,0}]},{name,"dest"}].
Documentation:
 If a function contains a ?MODULE macro,
 in most cases it cannot be moved to another module as-is.
 There are certain cases where such a move is reasonable,
 but generally the move should be either rejected
 or the move should involve appropriate compensations.

