Revision history for overload::open
0.33.0 Jan 8, 2020
- This time we increase refcount at the start and decrease at the end, but
also increase them in the ones we push onto the stack.
- PS. the 0.32 module version is buggier than the 0.31
0.32.0 Jan 8, 2020
- Decrement refcount before returning from hook
0.31.1 Dec 18, 2019
- Make SYNOPSIS code actually work
- Wrap POD to ~80 characters
0.31.0 Dec 18, 2019
- Fix XS related bugs. Make sure we only get the
correct number of items from the open call, and not
everything on the stack
- Minor changes to the POD
0.30.0 Dec 13, 2019
- Fix version format so it's actually larger than previous release
0.02.1 Dec 13, 2019
- Fix SYNOPSIS not being updated to API 0.2
0.02 Dec 11, 2019
- Changed API
0.01 Dec 7, 2019
- First release