Skip to content

Commit 82ae6b5

Browse files
committed
1.647
Removed "CONFLICTS" from Makefile.PL supported in this form. Might be reviewed in newer releases
1 parent a13ac69 commit 82ae6b5

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.647 - 2025-01-17, H.Merijn Brand
1+
1.647 - 2025-01-20, H.Merijn Brand
22
* Spellcheck
33
* Fix Makefile rules for Changes (Windows case issue)
44
* Another example to bind columns (issue#159)

Makefile.PL

-9
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@ my %opts = (
8282
"DB_File" => 0,
8383
},
8484
},
85-
CONFLICTS => {
86-
"SQL::Statement" => "1.33",
87-
"DBD::AnyData" => "0.110",
88-
"DBD::CSV" => "0.36",
89-
"DBD::RAM" => "0.072",
90-
"DBD::PO" => "2.10",
91-
"DBD::Google" => "0.51",
92-
"DBD::Amazon" => "0.10",
93-
},
9485
LICENSE => "perl",
9586
EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl", "dbilogstrip$ext_pl" ],
9687
DIR => [ ],

lib/DBI/Changes.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DBI::Changes - List of significant changes to the DBI
1212
1313
=encoding UTF-8
1414
15-
=head2 Changes in DBI 1.647 - 17 Jan 2025
15+
=head2 Changes in DBI 1.647 - 20 Jan 2025
1616
1717
=over 2
1818

0 commit comments

Comments
 (0)