summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-06-11 22:05:33 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-06-12 12:52:24 +0200
commit8ec3a55bd5240adef9ae0527509d6a77beb8a37e (patch)
tree2f9888524bc9e609993c176a2ba449cfd5456b2c
parent242b52b8d2d1b343a25cfbf1ff56aa9c7e32a56f (diff)
downloadrebar-8ec3a55bd5240adef9ae0527509d6a77beb8a37e.tar.gz
rmemo: document rebar-specific modifications
-rw-r--r--src/rmemo.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rmemo.erl b/src/rmemo.erl
index 1d872fc..54a8626 100644
--- a/src/rmemo.erl
+++ b/src/rmemo.erl
@@ -25,6 +25,10 @@
%%% NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
%%% CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+%% rebar-specific modifications:
+%% 1. rename to rmemo.erl
+%% 2. add support for R13 (see ets_tab/0)
+
-module(rmemo).
-behaviour(gen_server).