File: Changes

package info (click to toggle)
liblist-allutils-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 234; sh: 23; makefile: 2
file content (118 lines) | stat: -rw-r--r-- 2,885 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
0.19    2021-04-23

- We now prefer the mesh() and zip() functions from List::SomeUtils over the
  new, incompatible implementations in List::Util 1.56. Fixes GH #12.
  reported by Greg Oschwald.


0.18    2020-09-05

- Switched to GitHub Issues.


0.17    2020-09-05

- Fix pod formatting errors that hid some function documentation. Fixed by
  Olaf Alders. GH #10.


0.16    2020-02-29

- Updated copied docs from other modules to their latest versions.


0.15    2018-12-10

- Require List::UtilsBy 0.11 and include the docs from that version.

- Require List::SomeUtils 0.56 and include the docs from that version.


0.14    2017-02-07

- Re-release after git pull of some changes.


0.13    2017-02-07

- The docs for the subs from List::UtilsBy were repeated twice. Reported by
  Andy Lester. RT #120123.


0.12    2016-10-16

- Nothing from List::UtilsBy was actually being exported, because of a typo
  and a lack of testing. Reported by Greg Oschwald. GitHub #5.


0.11    2016-06-26

- Added List::UtilsBy to the list of included modules. Based on a patch from
  Yanick Champoux. GH #3.


0.10    2016-05-08

- Switched from List::MoreUtils to List::SomeUtils. This should not change any
  functionality of the module.

- Make the test for subroutine redefined warnings much more
  specific. Previously tests could fail because of totally unrelated warnings
  from other modules. Reported by ribasushi. RT #113740.


0.09    2014-10-05

- Clarify which of List::Util and List::MoreUtils wins when they both provide
  the same function. Requested by Karen Etheridge. RT #98560.


0.08    2014-04-01

- This version now works with both List::MoreUtils 0.28-0.33 and the latest
  trial version, 0.400_006. Note that it does not work with earlier versions
  of 0.400.


0.07    2013-10-14

- The last version totally broke all exports from List::MoreUtils. Now there
  are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509.


0.06    2013-10-14

- List::Util 1.33 provides some subs that are also provided by
  List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils
  now only imports subs from List::MoreUtils that aren't defined by
  List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467.


0.05    2013-08-30

- Really require List::Util 1.31, instead of just saying so in the
  Changes. Reported by Przemysław Wesołek. RT #88296


0.04    2013-08-25

- Updated to require List::Util 1.31, which includes a bunch of new pairwise
  functions.


0.03    2012-02-21

- Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196.


0.02   2009-09-12

- Added a generated Makefile.PL. Fixes RT #48805.

- Code tweak so that this module will always export everything exported by
  List::Util, even if that module adds new functions.


0.01   2009-01-23

- First version, released on an unsuspecting world.