Skip to content

Bad advice in README #4

@dolmen

Description

@dolmen

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 install is 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions