Skip to content

Commit f0f742b

Browse files
committed
Versions
Perl devel env now 5.40.1
1 parent 7143385 commit f0f742b

14 files changed

+42
-34
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.63 - 2025-03-19, H.Merijn Brand
2+
*
3+
4+
0.62 - 2025-01-13, H.Merijn Brand
5+
* doc should not be part of test
6+
17
0.61 - 2025-01-13, H.Merijn Brand
28
* Replace "use vars" with "our" (James Raspass: PR #9)
39
* Specify recommended versions based on known CVE's

Makefile.PL

-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,5 @@ sub postamble {
163163
' -@rm -f pod2html.tmp',
164164
'doc/DBD-CSV.md: lib/DBD/CSV.pm',
165165
' perl doc/make-doc.pl',
166-
'test::',
167-
' perl doc/make-doc.pl',
168166
$min_vsn;
169167
} # postamble

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Report issues via email at: Jochen Wiedmann.
44

55

6-
This is the Security Policy for the Perl DBD::CSV distribution.
6+
This is the Security Policy for DBD::CSV.
77

88
The latest version of the Security Policy can be found in the
99
[git repository for DBD::CSV](https://github.com/perl5-dbi/DBD-CSV).

cpanfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ requires "SQL::Statement" => "1.405";
44
requires "Text::CSV_XS" => "1.01";
55

66
recommends "DBD::File" => "0.44";
7-
recommends "DBI" => "1.643";
7+
recommends "DBI" => "1.647";
88
recommends "SQL::Statement" => "1.414";
9-
recommends "Text::CSV_XS" => "1.59";
9+
recommends "Text::CSV_XS" => "1.60";
1010

1111
suggests "DBI" => "1.646";
1212

@@ -16,7 +16,7 @@ on "configure" => sub {
1616

1717
recommends "ExtUtils::MakeMaker" => "7.22";
1818

19-
suggests "ExtUtils::MakeMaker" => "7.70";
19+
suggests "ExtUtils::MakeMaker" => "7.72";
2020
};
2121

2222
on "build" => sub {
@@ -31,7 +31,7 @@ on "test" => sub {
3131
requires "charnames";
3232

3333
recommends "Encode" => "3.12";
34-
recommends "Test::More" => "1.302207";
34+
recommends "Test::More" => "1.302209";
3535

3636
suggests "Encode" => "3.21";
3737
};

doc/Bundle-DBD-CSV.3

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
.\" ========================================================================
5959
.\"
6060
.IX Title "Bundle::DBD::CSV 3"
61-
.TH Bundle::DBD::CSV 3 2025-01-13 "perl v5.40.0" "User Contributed Perl Documentation"
61+
.TH Bundle::DBD::CSV 3 2025-03-19 "perl v5.40.1" "User Contributed Perl Documentation"
6262
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
6363
.\" way too many mistakes in technical documents.
6464
.if n .ad l
@@ -72,15 +72,15 @@ Bundle::DBD::CSV \- A bundle to install the DBD::CSV driver
7272
.Ve
7373
.SH CONTENTS
7474
.IX Header "CONTENTS"
75-
DBI 1.645
75+
DBI 1.647
7676
.PP
77-
Text::CSV_XS 1.59
77+
Text::CSV_XS 1.60
7878
.PP
7979
SQL::Statement 1.414
8080
.PP
8181
DBD::File 0.44
8282
.PP
83-
DBD::CSV 0.61
83+
DBD::CSV 0.63
8484
.SH DESCRIPTION
8585
.IX Header "DESCRIPTION"
8686
This bundle includes all that\*(Aqs needed to access so\-called CSV (Comma

doc/Bundle-DBD-CSV.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ <h1 id="SYNOPSIS">SYNOPSIS</h1>
3030

3131
<h1 id="CONTENTS">CONTENTS</h1>
3232

33-
<p>DBI 1.645</p>
33+
<p>DBI 1.647</p>
3434

35-
<p>Text::CSV_XS 1.59</p>
35+
<p>Text::CSV_XS 1.60</p>
3636

3737
<p>SQL::Statement 1.414</p>
3838

3939
<p>DBD::File 0.44</p>
4040

41-
<p>DBD::CSV 0.61</p>
41+
<p>DBD::CSV 0.63</p>
4242

4343
<h1 id="DESCRIPTION">DESCRIPTION</h1>
4444

doc/Bundle-DBD-CSV.man

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ SYNOPSIS
77
perl -MCPAN -e 'install Bundle::DBD::CSV'
88

99
CONTENTS
10-
DBI 1.645
10+
DBI 1.647
1111

12-
Text::CSV_XS 1.59
12+
Text::CSV_XS 1.60
1313

1414
SQL::Statement 1.414
1515

1616
DBD::File 0.44
1717

18-
DBD::CSV 0.61
18+
DBD::CSV 0.63
1919

2020
DESCRIPTION
2121
This bundle includes all that's needed to access so-called CSV (Comma
@@ -37,4 +37,4 @@ COPYRIGHT AND LICENSE
3737
General Public License or the Artistic License, as specified in the
3838
Perl README file.
3939

40-
perl v5.40.0 2025-01-13 Bundle::DBD::CSV(3)
40+
perl v5.40.1 2025-03-19 Bundle::DBD::CSV(3)

doc/Bundle-DBD-CSV.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
88

99
# CONTENTS
1010

11-
DBI 1.645
11+
DBI 1.647
1212

13-
Text::CSV\_XS 1.59
13+
Text::CSV\_XS 1.60
1414

1515
SQL::Statement 1.414
1616

1717
DBD::File 0.44
1818

19-
DBD::CSV 0.61
19+
DBD::CSV 0.63
2020

2121
# DESCRIPTION
2222

doc/DBD-CSV.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
.\" ========================================================================
5959
.\"
6060
.IX Title "DBD::CSV 3"
61-
.TH DBD::CSV 3 2025-01-13 "perl v5.40.0" "User Contributed Perl Documentation"
61+
.TH DBD::CSV 3 2025-03-19 "perl v5.40.1" "User Contributed Perl Documentation"
6262
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
6363
.\" way too many mistakes in technical documents.
6464
.if n .ad l

doc/DBD-CSV.man

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,4 +763,4 @@ COPYRIGHT AND LICENSE
763763
General Public License or the Artistic License, as specified in the
764764
Perl README file.
765765

766-
perl v5.40.0 2025-01-13 DBD::CSV(3)
766+
perl v5.40.1 2025-03-19 DBD::CSV(3)

doc/make-doc.pl

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
use 5.038002;
44
use warnings;
55

6-
our $VERSION = "0.04 - 20250113";
6+
our $VERSION = "0.05 - 20250116";
77
our $CMD = $0 =~ s{.*/}{}r;
88

99
sub usage {
1010
my $err = shift and select STDERR;
11-
say "usage: $CMD [-v[#]]";
11+
say "usage: $CMD [-v[#]] [--pod]";
1212
exit $err;
1313
} # usage
1414

@@ -22,6 +22,8 @@ sub usage {
2222
"help|?" => sub { usage (0); },
2323
"V|version" => sub { say "$CMD [$VERSION]"; exit 0; },
2424

25+
"p|pod!" => \ my $pod,
26+
2527
"v|verbose:1" => \(my $opt_v = 0),
2628
) or usage (1);
2729

@@ -75,6 +77,8 @@ sub dext {
7577
open my $fh, ">", \$pod{$pm};
7678
Pod::Text->new->parse_from_file ($pm, $fh);
7779
close $fh;
80+
81+
$pod && $pod{$pm} and link $pm => dext ($pm, "pod");
7882
}
7983
}
8084

lib/Bundle/DBD/CSV.pm

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package Bundle::DBD::CSV;
55
use strict;
66
use warnings;
77

8-
our $VERSION = "1.16";
8+
our $VERSION = "1.17";
99

1010
1;
1111

@@ -21,15 +21,15 @@ Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
2121
2222
=head1 CONTENTS
2323
24-
DBI 1.646
24+
DBI 1.647
2525
26-
Text::CSV_XS 1.59
26+
Text::CSV_XS 1.60
2727
2828
SQL::Statement 1.414
2929
3030
DBD::File 0.44
3131
32-
DBD::CSV 0.61
32+
DBD::CSV 0.63
3333
3434
=head1 DESCRIPTION
3535

lib/DBD/CSV.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use strict;
2929

3030
our @ISA = qw( DBD::File );
3131

32-
our $VERSION = "0.61";
32+
our $VERSION = "0.63";
3333
our $ATTRIBUTION = "DBD::CSV $DBD::CSV::VERSION by H.Merijn Brand";
3434

3535
our $err = 0; # holds error code for DBI::err

sandbox/genMETA.pl

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ sub usage {
7474
SQL::Statement: 1.405
7575
Text::CSV_XS: 1.01
7676
recommends:
77-
DBI: 1.643
77+
DBI: 1.647
7878
DBD::File: 0.44
7979
SQL::Statement: 1.414
80-
Text::CSV_XS: 1.59
80+
Text::CSV_XS: 1.60
8181
suggests:
8282
DBI: 1.646
8383
configure_requires:
@@ -86,7 +86,7 @@ sub usage {
8686
configure_recommends:
8787
ExtUtils::MakeMaker: 7.22
8888
configure_suggests:
89-
ExtUtils::MakeMaker: 7.70
89+
ExtUtils::MakeMaker: 7.72
9090
build_requires:
9191
Config: 0
9292
test_requires:
@@ -96,7 +96,7 @@ sub usage {
9696
Cwd: 0
9797
charnames: 0
9898
test_recommends:
99-
Test::More: 1.302207
99+
Test::More: 1.302209
100100
Encode: 3.12
101101
test_suggests:
102102
Encode: 3.21

0 commit comments

Comments
 (0)