You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: lower Perl version requirement from v5.40 to v5.38 for CI compatibility
- Update all Perl modules and scripts to use v5.38 instead of v5.40
- Fixes GitHub Actions test failures due to Ubuntu 24.04 only having Perl v5.38.2
- Add comprehensive documentation in README explaining Perl version choice:
* Modern features (strict/warnings enabled by default)
* GitHub Actions compatibility with Ubuntu 24.04 LTS
* Avoids slow Perl installation in CI pipelines
* Provides all necessary modern Perl features
- Add perlbrew to project dictionary for spell checking
- All tests and linting continue to pass with v5.38
Files updated:
- lib/TorrustDeploy/App.pm
- lib/TorrustDeploy/App/Command/Provision.pm
- lib/TorrustDeploy/Provision/OpenTofu.pm
- bin/torrust-deploy
- t/e2e/provision.t
- README.md
- project-words.txt
0 commit comments