Skip to content

Commit 2fe08bd

Browse files
committed
Improve static docs
1 parent 3c09232 commit 2fe08bd

File tree

162 files changed

+3056
-47992
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+3056
-47992
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ checkkeywords:
382382
383383
.PHONY: doc
384384
doc:
385-
perl make-doc.pl
385+
perl doc/make-doc.pl
386386
dbipport:
387387
perl sandbox/genPPPort_h.pl
388388
ppport: dbipport.h

doc/Bundle::DBI.3 doc/Bundle-DBI.3

File renamed without changes.
File renamed without changes.

doc/Bundle-DBI.man

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Bundle::DBI(3) User Contributed Perl Documentation Bundle::DBI(3)
2+
3+
NAME
4+
Bundle::DBI - A bundle to install DBI and required modules.
5+
6+
SYNOPSIS
7+
perl -MCPAN -e 'install Bundle::DBI'
8+
9+
CONTENTS
10+
DBI - for to get to know thyself
11+
12+
DBI::Shell 11.91 - the DBI command line shell
13+
14+
Storable 2.06 - for DBD::Proxy, DBI::ProxyServer, DBD::Forward
15+
16+
Net::Daemon 0.37 - for DBD::Proxy and DBI::ProxyServer
17+
18+
RPC::PlServer 0.2016 - for DBD::Proxy and DBI::ProxyServer
19+
20+
DBD::Multiplex 1.19 - treat multiple db handles as one
21+
22+
DESCRIPTION
23+
This bundle includes all the modules used by the Perl Database
24+
Interface (DBI) module, created by Tim Bunce.
25+
26+
A Bundle is a module that simply defines a collection of other modules.
27+
It is used by the CPAN module to automate the fetching, building and
28+
installing of modules from the CPAN ftp archive sites.
29+
30+
This bundle does not deal with the various database drivers (e.g.
31+
DBD::Informix, DBD::Oracle etc), most of which require software from
32+
sources other than CPAN. You'll need to fetch and build those drivers
33+
yourself.
34+
35+
AUTHORS
36+
Jonathan Leffler, Jochen Wiedmann and Tim Bunce.
37+
38+
perl v5.40.0 2024-08-13 Bundle::DBI(3)
File renamed without changes.

doc/DBD::DBM.3 doc/DBD-DBM.3

File renamed without changes.

doc/DBD::DBM.html doc/DBD-DBM.html

File renamed without changes.

doc/DBD-DBM.man

+788
Large diffs are not rendered by default.

doc/DBD::DBM.md doc/DBD-DBM.md

File renamed without changes.
File renamed without changes.

doc/DBD::File.3 doc/DBD-File.3

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)