summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-14 21:49:31 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-14 21:49:31 +0000
commitbb27a8d5984ddcf12f0a42e5d8f089759e8749ab (patch)
tree6e00fa3efbf39d584ea27ba41fe9be345eff33ed /swig
parent14dd064dd1a5e9fead77f76b508e85dd7f719d99 (diff)
downloadlasso-bb27a8d5984ddcf12f0a42e5d8f089759e8749ab.tar.gz
lasso-bb27a8d5984ddcf12f0a42e5d8f089759e8749ab.tar.xz
lasso-bb27a8d5984ddcf12f0a42e5d8f089759e8749ab.zip
Corrected Perl binding and added test program.
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 69afa5e1..4f1d23db 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -29,7 +29,11 @@
*/
+#ifdef SWIGPERL5
+%module lasso
+#else
%module Lasso
+#endif
%include exception.i