summaryrefslogtreecommitdiffstats
path: root/bindings/perl/__init__.py
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-25 23:47:56 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-25 23:47:56 +0000
commitc312a6f91a1c437dad7ce9a5179c9cd655a0fccd (patch)
tree140184f2753c065f2d6fe5cce0558416477d4858 /bindings/perl/__init__.py
parentc3c44c2371101c9664a4b61e816c3096d9005c80 (diff)
downloadlasso-c312a6f91a1c437dad7ce9a5179c9cd655a0fccd.tar.gz
lasso-c312a6f91a1c437dad7ce9a5179c9cd655a0fccd.tar.xz
lasso-c312a6f91a1c437dad7ce9a5179c9cd655a0fccd.zip
Bindings: add a new perl binding using the new binding infrastructure
* XS files is autogenerated using bindings/binding.py model of the Lasso API. All constants are in the Lasso::Constants package, the LASSO_ prefix is removed. All classes are now Lasso::ClassName, field accessor also serves as setters, i.e you can do this: $name_id = Lasso::Saml2NameID::new(); $name_id->content('coin'); print $name_id->content; Is still missing: - a lot of test files, - support for hashtables, - and throwing exceptions when return code is non-zero.
Diffstat (limited to 'bindings/perl/__init__.py')
-rw-r--r--bindings/perl/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/bindings/perl/__init__.py b/bindings/perl/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/bindings/perl/__init__.py