Skip to content

Commit 479ff8c

Browse files
committed
Developer tests
- new tests in xt/ : two still FAIL (see TODO) - move pod tests t → xt - fix MANIFEST issues - move toplevel snippets to sandbox TODO • Re-write Changes to conform CPAN::Changes::Spec • Write tool to generate DBD::Changes.pm frm new Changes • Complete doc coverage
1 parent f2b1d17 commit 479ff8c

23 files changed

+568
-1355
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ DBI::Changes - List of significant changes to the DBI
66

77
=cut
88

9+
=head2 Changes in DBI 1.645 - TBD
10+
11+
• Move developer tests to xt/
12+
913
=head2 Changes in DBI 1.644 - 2024-08-23
1014

1115
Update Devel::PPPort,

DBI.pm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8286,19 +8286,19 @@ Security, especially the "SQL Injection" attack:
82868286
82878287
=head2 FAQ
82888288
8289-
See L<http://faq.dbi-support.com/>
8289+
See L<http://dbi.perl.org/support/>
82908290
82918291
=head1 AUTHORS
82928292
8293-
DBI by Tim Bunce, L<http://www.tim.bunce.name>
8293+
DBI by Tim Bunce (1994-2024), The DBI developer group (2024..)
82948294
82958295
This pod text by Tim Bunce, J. Douglas Dunlop, Jonathan Leffler and others.
82968296
Perl by Larry Wall and the C<perl5-porters>.
82978297
82988298
=head1 COPYRIGHT
82998299
83008300
The DBI module is Copyright (c) 1994-2024 Tim Bunce. Ireland.
8301-
All rights reserved.
8301+
The DBI developer group (2024-2024) All rights reserved.
83028302
83038303
You may distribute under the terms of either the GNU General Public
83048304
License or the Artistic License, as specified in the Perl 5.10.0 README file.
@@ -8353,8 +8353,7 @@ A couple of specific DBI features have been sponsored by enlightened companies:
83538353
83548354
The development of the swap_inner_handle() method was sponsored by BizRate.com (L<http://BizRate.com>)
83558355
8356-
The development of DBD::Gofer and related modules was sponsored by
8357-
Shopzilla.com (L<http://Shopzilla.com>), where I currently work.
8356+
The development of DBD::Gofer and related modules was sponsored by Shopzilla.com (L<https::connexity.com>).
83588357
83598358
=head1 CONTRIBUTING
83608359

MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ INSTALL
88
LICENSE
99
MANIFEST
1010
Makefile.PL The Makefile generator
11+
cpanfile
1112
Perl.xs Test harness (currently) for Driver.xst
1213
README.md
1314
dbd_xsh.h Prototypes for standard Driver.xst interface
@@ -22,6 +23,7 @@ dbixs_rev.pl Utility to write dbixs_rev.h
2223
ex/perl_dbi_nulls_test.pl A test script for forms of IS NULL qualification in SQL
2324
ex/profile.pl A test script for DBI::Profile
2425
ex/corogofer.pl A test script for DBD::Gofer::Transport::corostream
26+
ex/unicode_test.pl
2527
lib/Bundle/DBI.pm A bundle for automatic installation via CPAN.
2628
lib/DBD/DBM.pm A driver for DBM files (uses DBD::File)
2729
lib/DBD/ExampleP.pm A very simple example Driver module
@@ -118,6 +120,4 @@ t/87gofer_cache.t
118120
t/90sql_type_cast.t
119121
t/91_store_warning.t
120122
t/lib.pl Utility functions for test scripts
121-
t/pod.t
122-
t/pod-coverage.t
123123
typemap

MANIFEST.SKIP

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,45 @@
11
^MANIFEST\.
22
^Makefile$
3+
^MYMETA
34
~$
4-
^\.aspell\.local\.pws$
55
^\.appveyor\.yml
6+
^\.aspell\.local\.pws$
7+
^\.DS_Store
8+
^\.gdbinit
69
^\.git
710
^\.github
8-
^\.gdbinit
9-
^\.DS_Store
11+
^\.releaserc
12+
^_Inline/
13+
\.bs$
1014
\.html$
15+
\.log$
1116
\.old$
17+
\.prev$
18+
\.prt$
19+
\.tmp$
20+
\.xsi$
21+
\.[co]$
22+
^appveyor\.yml
1223
^blib/
1324
^DBI-\d
1425
^dbi.tiddlyspot.com.html
26+
^dbilogstrip$
27+
^dbiprof$
28+
^dbiproxy$
29+
^devel/
1530
^doc/
1631
^err/
1732
^err_
18-
^_Inline/
33+
^lib/DBD/Multiplex\.pm
34+
^lib/DBD/Multiplex/Logic/Default\.pm
35+
^make-doc\.pl
36+
^Old/
37+
^pm_to_blib
1938
^ppport.h$
20-
^t/z
21-
^t/pod-cm.t
39+
^sandbox/
2240
^t-mock/
23-
^devel/
24-
^Old/
41+
^t/z
2542
^test_output_*/
26-
^used_by
43+
^used-by-t/
44+
^used_by/
45+
^xt/

0 commit comments

Comments
 (0)