Revision history for builtin-compat
0.003003 - 2024-10-27
- fix importing with no arguments deleting existing functions
- added missing functions to synopsis
0.003002 - 2024-10-10
- fix compatibility with builtin::Backport
0.003001 - 2024-10-09
- fix return value of load_module to match builtin behavior
0.003000 - 2024-10-02
- change prototype of indexed to (@) to match 5.40 and newer
- added inf and nan functions
- added stringify function
- added load_module function
0.002001 - 2023-07-30
- change prototype of trim to ($) to match perl 5.38 and newer
- avoid possible conflicts with builtin::Backport
0.002000 - 2023-04-22
- add is_tainted function
- ensure the expermental::builtin warnings category always exists
0.001002 - 2022-07-18
- add prereq on Scalar::Util 1.36 for unweaken function
0.001001 - 2022-07-14
- fix prototype of trim to match current builtin::trim
- additional tests
- improve documentation
- add indexed function
0.001000 - 2022-07-14
- initial release