File: Changes

package info (click to toggle)
libbuiltin-compat-perl 0.003003-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 231; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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