Commit fd65fc1
committed
Install README.pod into DBD/MariaDB/ subdirectory
Older versions of ExtUtils::MakeMaker install README.pod file into location
lib/DBD/README.pod. It is wrong place which may conflicts with other DBI or
DBD modules.
Proper fix is to explicitly specify in ExtUtils::MakeMaker configuration
which modules and manpages should be installed and where they should be
installed.
Fixes: #1461 parent 85f8f8f commit fd65fc1
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
453 | 464 | | |
454 | 465 | | |
455 | 466 | | |
| |||
0 commit comments