File tree 4 files changed +18
-27
lines changed
4 files changed +18
-27
lines changed Original file line number Diff line number Diff line change @@ -3,35 +3,20 @@ requires "XSLoader";
3
3
recommends " Encode" => " 3.21" ;
4
4
5
5
suggests " Clone" => " 0.47" ;
6
- suggests " DB_File" => " 0 " ;
7
- suggests " MLDBM" => " 0 " ;
8
- suggests " Net::Daemon" => " 0 " ;
6
+ suggests " DB_File" ;
7
+ suggests " MLDBM" ;
8
+ suggests " Net::Daemon" ;
9
9
suggests " RPC::PlServer" => " 0.2020" ;
10
10
suggests " SQL::Statement" => " 1.414" ;
11
11
12
- conflicts " DBD::Amazon" => " 0.10" ;
13
- conflicts " DBD::AnyData" => " 0.110" ;
14
- conflicts " DBD::CSV" => " 0.36" ;
15
- conflicts " DBD::Google" => " 0.51" ;
16
- conflicts " DBD::PO" => " 2.10" ;
17
- conflicts " DBD::RAM" => " 0.072" ;
18
- conflicts " SQL::Statement" => " 1.33" ;
19
-
20
12
on " configure" => sub {
21
- requires " ExtUtils::MakeMaker" => " 6.48" ;
22
-
23
- recommends " ExtUtils::MakeMaker" => " 7.70" ;
24
- };
25
-
26
- on " build" => sub {
27
- requires " Config" ;
28
- requires " ExtUtils::MakeMaker" => " 6.48" ;
13
+ requires " ExtUtils::MakeMaker" => " 6.48" ;
29
14
30
- recommends " ExtUtils::MakeMaker" => " 7.70" ;
15
+ recommends " ExtUtils::MakeMaker" => " 7.70" ;
31
16
};
32
17
33
18
on " test" => sub {
34
- requires " Test::More" => " 0.90" ; # For done_testing()
19
+ requires " Test::More" => " 0.90" ;
35
20
36
- recommends " Test::More" => " 1.302199 " ;
21
+ recommends " Test::More" => " 1.302207 " ;
37
22
};
Original file line number Diff line number Diff line change 65
65
.nh
66
66
.SH NAME
67
67
DBI::Changes \- List of significant changes to the DBI
68
- .SS "Changes in DBI 1.646 \- 19 Sep 2024"
69
- .IX Subsection " Changes in DBI 1.646 - 19 Sep 2024"
68
+ .SS "Changes in DBI 1.646 \- 31 Dec 2024"
69
+ .IX Subsection " Changes in DBI 1.646 - 31 Dec 2024"
70
70
.IP \(bu 2
71
71
Remove "experimental" tag from statistics_info () (issue#134)
72
+ .IP \(bu 2
73
+ RT tickets moved to github issues (rwfranks++)
72
74
.SS "Changes in DBI 1.645 \- 03 Sep 2024"
73
75
.IX Subsection " Changes in DBI 1.645 - 03 Sep 2024"
74
76
.IP \(bu 2
Original file line number Diff line number Diff line change 14
14
< ul id ="index ">
15
15
< li > < a href ="#NAME "> NAME</ a >
16
16
< ul >
17
- < li > < a href ="#Changes-in-DBI-1.646---19-Sep -2024 "> Changes in DBI 1.646 - 19 Sep 2024</ a > </ li >
17
+ < li > < a href ="#Changes-in-DBI-1.646---31-Dec -2024 "> Changes in DBI 1.646 - 31 Dec 2024</ a > </ li >
18
18
< li > < a href ="#Changes-in-DBI-1.645---03-Sep-2024 "> Changes in DBI 1.645 - 03 Sep 2024</ a > </ li >
19
19
< li > < a href ="#Changes-in-DBI-1.644---23-Aug-2024 "> Changes in DBI 1.644 - 23 Aug 2024</ a > </ li >
20
20
< li > < a href ="#Changes-in-DBI-1.643---31-Jan-2020 "> Changes in DBI 1.643 - 31 Jan 2020</ a > </ li >
@@ -162,12 +162,15 @@ <h1 id="NAME">NAME</h1>
162
162
163
163
< p > DBI::Changes - List of significant changes to the DBI</ p >
164
164
165
- < h2 id ="Changes-in-DBI-1.646---19-Sep -2024 "> Changes in DBI 1.646 - 19 Sep 2024</ h2 >
165
+ < h2 id ="Changes-in-DBI-1.646---31-Dec -2024 "> Changes in DBI 1.646 - 31 Dec 2024</ h2 >
166
166
167
167
< ul >
168
168
169
169
< li > < p > Remove "experimental" tag from statistics_info () (issue#134)</ p >
170
170
171
+ </ li >
172
+ < li > < p > RT tickets moved to github issues (rwfranks++)</ p >
173
+
171
174
</ li >
172
175
</ ul >
173
176
Original file line number Diff line number Diff line change 2
2
3
3
DBI::Changes - List of significant changes to the DBI
4
4
5
- ## Changes in DBI 1.646 - 19 Sep 2024
5
+ ## Changes in DBI 1.646 - 31 Dec 2024
6
6
7
7
- Remove "experimental" tag from statistics\_ info () (issue #134 )
8
+ - RT tickets moved to github issues (rwfranks++)
8
9
9
10
## Changes in DBI 1.645 - 03 Sep 2024
10
11
You can’t perform that action at this time.
0 commit comments