The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.9 - 2022-03-17

  • A problem arose when calling decode_xs() with an array of 6 scalars rather than 6 scalars. Both should work AFAIC. Having PROTOTYPES: ENABLE in xs code caught this and complained. I have fixed it with specifying explicitly the prototype using PROTOTYPE: @ (without this, xsubp produces a '$$$$$$' prototype). Added a test case to test this.

Modules

Decode QR code(s) from images using the OpenCV/WeChat library via XS