I was trying to find a nice way to deprecate a project, but it appears the way Erlang does it is by adding the deprecations into stdlib/src/otp_internal.erl. Is there no other way to make the compiler warn about using a deprecated module/function? Thanks! Jordan Wilberding