summaryrefslogtreecommitdiffstats
path: root/bindings/perl/test.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bindings: add a new perl binding using the new binding infrastructureBenjamin Dauvergne2010-01-251-0/+5
* 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.