-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The installation instructions says:
sudo perl -MCPAN -e 'force install DBI'This is very bad practice because:
- this will probably corrupt the packages handled by the system (usually on Linux systems). Instead, suggest to the user to use a
local::lib-based environment. force installis a bad practice. If DBI doesn't install, there is a good reason that must be fixed, either on the system or in DBI.
Metadata
Metadata
Assignees
Labels
No labels