Yaribz

Results 3 issues of Yaribz

### Is there an existing feature request for this? - [X] I have searched the existing requests ### Description Hello, Is there a plan to implement the equivalent of the...

enhancement

Hello, I'm trying to use `FFI::Platypus` to load two libraries, but I encounter weird problems... Both libraries work perfectly through `FFI::Platypus` as long as I don't load the other one....

📖Documentation

With CPAN release 0.56, following code used to return an arrayref (with Python `sys` module loaded beforehand): `Inline::Python::py_eval('sys.version_info',0);` Now it returns a `Inline::Python::Object`. Is it the expected behavior ?