Skip to content

Commit

Permalink
Versions + static docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tux committed Dec 31, 2024
1 parent f5b014b commit 3c09232
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 27 deletions.
29 changes: 7 additions & 22 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,20 @@ requires "XSLoader";
recommends "Encode" => "3.21";

suggests "Clone" => "0.47";
suggests "DB_File" => "0";
suggests "MLDBM" => "0";
suggests "Net::Daemon" => "0";
suggests "DB_File";
suggests "MLDBM";
suggests "Net::Daemon";
suggests "RPC::PlServer" => "0.2020";
suggests "SQL::Statement" => "1.414";

conflicts "DBD::Amazon" => "0.10";
conflicts "DBD::AnyData" => "0.110";
conflicts "DBD::CSV" => "0.36";
conflicts "DBD::Google" => "0.51";
conflicts "DBD::PO" => "2.10";
conflicts "DBD::RAM" => "0.072";
conflicts "SQL::Statement" => "1.33";

on "configure" => sub {
requires "ExtUtils::MakeMaker" => "6.48";

recommends "ExtUtils::MakeMaker" => "7.70";
};

on "build" => sub {
requires "Config";
requires "ExtUtils::MakeMaker" => "6.48";
requires "ExtUtils::MakeMaker" => "6.48";

recommends "ExtUtils::MakeMaker" => "7.70";
recommends "ExtUtils::MakeMaker" => "7.70";
};

on "test" => sub {
requires "Test::More" => "0.90"; # For done_testing()
requires "Test::More" => "0.90";

recommends "Test::More" => "1.302199";
recommends "Test::More" => "1.302207";
};
6 changes: 4 additions & 2 deletions doc/DBI::Changes.3
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@
.nh
.SH NAME
DBI::Changes \- List of significant changes to the DBI
.SS "Changes in DBI 1.646 \- 19 Sep 2024"
.IX Subsection "Changes in DBI 1.646 - 19 Sep 2024"
.SS "Changes in DBI 1.646 \- 31 Dec 2024"
.IX Subsection "Changes in DBI 1.646 - 31 Dec 2024"
.IP \(bu 2
Remove "experimental" tag from statistics_info () (issue#134)
.IP \(bu 2
RT tickets moved to github issues (rwfranks++)
.SS "Changes in DBI 1.645 \- 03 Sep 2024"
.IX Subsection "Changes in DBI 1.645 - 03 Sep 2024"
.IP \(bu 2
Expand Down
7 changes: 5 additions & 2 deletions doc/DBI::Changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ul id="index">
<li><a href="#NAME">NAME</a>
<ul>
<li><a href="#Changes-in-DBI-1.646---19-Sep-2024">Changes in DBI 1.646 - 19 Sep 2024</a></li>
<li><a href="#Changes-in-DBI-1.646---31-Dec-2024">Changes in DBI 1.646 - 31 Dec 2024</a></li>
<li><a href="#Changes-in-DBI-1.645---03-Sep-2024">Changes in DBI 1.645 - 03 Sep 2024</a></li>
<li><a href="#Changes-in-DBI-1.644---23-Aug-2024">Changes in DBI 1.644 - 23 Aug 2024</a></li>
<li><a href="#Changes-in-DBI-1.643---31-Jan-2020">Changes in DBI 1.643 - 31 Jan 2020</a></li>
Expand Down Expand Up @@ -162,12 +162,15 @@ <h1 id="NAME">NAME</h1>

<p>DBI::Changes - List of significant changes to the DBI</p>

<h2 id="Changes-in-DBI-1.646---19-Sep-2024">Changes in DBI 1.646 - 19 Sep 2024</h2>
<h2 id="Changes-in-DBI-1.646---31-Dec-2024">Changes in DBI 1.646 - 31 Dec 2024</h2>

<ul>

<li><p>Remove &quot;experimental&quot; tag from statistics_info () (issue#134)</p>

</li>
<li><p>RT tickets moved to github issues (rwfranks++)</p>

</li>
</ul>

Expand Down
3 changes: 2 additions & 1 deletion doc/DBI::Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

DBI::Changes - List of significant changes to the DBI

## Changes in DBI 1.646 - 19 Sep 2024
## Changes in DBI 1.646 - 31 Dec 2024

- Remove "experimental" tag from statistics\_info () (issue#134)
- RT tickets moved to github issues (rwfranks++)

## Changes in DBI 1.645 - 03 Sep 2024

Expand Down

0 comments on commit 3c09232

Please sign in to comment.