Skip to content

Commit 2706fa1

Browse files
committed
Add missing modules to app file.
1 parent b35cf7a commit 2706fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/effi.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{description, "Erlang Foreign Function Interface"},
44
{vsn, "0.1.1-snapshot"},
55
{modules, [
6-
effi, effi_interact, effi_script, effi_bash, effi_python, effi_r
6+
effi, effi_interact, effi_script, effi_bash, effi_python, effi_r, effi_perl, lib_refactor
77
]},
88
{registered, []},
99
{applications, [

0 commit comments

Comments
 (0)