Revision history for Const-XS
0.01 Date/time
First version, released on an unsuspecting world.
0.08 2025-05-05
- Throw an error when trying to set odd number of elements in hash assignment.
- Fix/Add additional tests for combining/merging Const::XS variables.
0.09 2025-05-05
- Add additional tests for exporting Const::XS variables.
0.10 2025-05-07
- Export a make_readonly function + add additional tests
0.11 2025-05-07
- Export a make_readonly function + add additional tests
0.12 2025-05-07
- Add a unmake_readonly function + add additional tests
- Add a is_readonly function + add additional tests
0.13 2025-05-07
- Small refactor of _make_readwrite function.