File tree Expand file tree Collapse file tree 4 files changed +18
-27
lines changed Expand file tree Collapse file tree 4 files changed +18
-27
lines changed Original file line number Diff line number Diff line change @@ -3,35 +3,20 @@ requires "XSLoader";
33recommends " Encode" => " 3.21" ;
44
55suggests " 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" ;
99suggests " RPC::PlServer" => " 0.2020" ;
1010suggests " SQL::Statement" => " 1.414" ;
1111
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-
2012on " 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" ;
2914
30- recommends " ExtUtils::MakeMaker" => " 7.70" ;
15+ recommends " ExtUtils::MakeMaker" => " 7.70" ;
3116 };
3217
3318on " test" => sub {
34- requires " Test::More" => " 0.90" ; # For done_testing()
19+ requires " Test::More" => " 0.90" ;
3520
36- recommends " Test::More" => " 1.302199 " ;
21+ recommends " Test::More" => " 1.302207 " ;
3722 };
Original file line number Diff line number Diff line change 6565.nh
6666.SH NAME
6767DBI::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"
7070.IP \(bu 2
7171Remove "experimental" tag from statistics_info () (issue#134)
72+ .IP \(bu 2
73+ RT tickets moved to github issues (rwfranks++)
7274.SS "Changes in DBI 1.645 \- 03 Sep 2024"
7375.IX Subsection " Changes in DBI 1.645 - 03 Sep 2024"
7476.IP \(bu 2
Original file line number Diff line number Diff line change 1414< ul id ="index ">
1515 < li > < a href ="#NAME "> NAME</ a >
1616 < 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 >
1818 < li > < a href ="#Changes-in-DBI-1.645---03-Sep-2024 "> Changes in DBI 1.645 - 03 Sep 2024</ a > </ li >
1919 < li > < a href ="#Changes-in-DBI-1.644---23-Aug-2024 "> Changes in DBI 1.644 - 23 Aug 2024</ a > </ li >
2020 < 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>
162162
163163< p > DBI::Changes - List of significant changes to the DBI</ p >
164164
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 >
166166
167167< ul >
168168
169169< li > < p > Remove "experimental" tag from statistics_info () (issue#134)</ p >
170170
171+ </ li >
172+ < li > < p > RT tickets moved to github issues (rwfranks++)</ p >
173+
171174</ li >
172175</ ul >
173176
Original file line number Diff line number Diff line change 22
33DBI::Changes - List of significant changes to the DBI
44
5- ## Changes in DBI 1.646 - 19 Sep 2024
5+ ## Changes in DBI 1.646 - 31 Dec 2024
66
77- Remove "experimental" tag from statistics\_ info () (issue #134 )
8+ - RT tickets moved to github issues (rwfranks++)
89
910## Changes in DBI 1.645 - 03 Sep 2024
1011
You can’t perform that action at this time.
0 commit comments