Skip to content

Replace single usage of perl with Python #4404

Closed

Description

Current Situation

We use perl in a single place, and it could easily be replaced with a small Python script instead.

entry: perl -i -pe 's/```console/```bash/g'

Suggested Improvement

Replace it with Python script.

Benefit

Remove the only use of perl from our app, obviating it as a dependency (it isn't technically universally available, and Python is a basic requirement for Openverse so is more dependable).

Additional context

#4343 reveals this as a bad dependency, if we can avoid it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

💻 aspect: codeConcerns the software code in the repository🟩 priority: lowLow priority and doesn't need to be rushed🧰 goal: internal improvementImprovement that benefits maintainers, not users🧱 stack: mgmtRelated to repo management and automations

Type

No type

Projects

  • Status

    ✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions