I am new to Erlang. Found the following -module attribute declaration in an existing Erlang project: -module(mod_name, [Name, Path, Version]). What does mean the second parameter (list [Name, Path, Version]) here? I haven't found any information in the Erlang reference on it.
