Skip to content

Commit 3c09232

Browse files
committed
Versions + static docs
1 parent f5b014b commit 3c09232

File tree

4 files changed

+18
-27
lines changed

4 files changed

+18
-27
lines changed

cpanfile

+7-22
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,20 @@ requires "XSLoader";
33
recommends "Encode" => "3.21";
44

55
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";
99
suggests "RPC::PlServer" => "0.2020";
1010
suggests "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-
2012
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";
2914

30-
recommends "ExtUtils::MakeMaker" => "7.70";
15+
recommends "ExtUtils::MakeMaker" => "7.70";
3116
};
3217

3318
on "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
};

doc/DBI::Changes.3

+4-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@
6565
.nh
6666
.SH NAME
6767
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"
7070
.IP \(bu 2
7171
Remove "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

doc/DBI::Changes.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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 &quot;experimental&quot; 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

doc/DBI::Changes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
DBI::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

0 commit comments

Comments
 (0)