Skip to content

fix: 5.10.1 -> 5.14.4 for perl version in "start using" #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/guides/start_using__r__ex.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To run Rex you don't need much.

You can run Rex from your workstation or on a central control host.

Rex requires at least Perl 5.10.1 on this machine, and of course some modules as dependencies. For the best experience we recommend using the [latest stable release of Perl](https://www.perl.org/get.html). If you're using the packages provided by your OS distribution, or you install Rex from CPAN, then those dependencies will be installed automatically.
Rex requires at least Perl 5.14.4 on this machine, and of course some modules as dependencies. For the best experience we recommend using the [latest stable release of Perl](https://www.perl.org/get.html). If you're using the packages provided by your OS distribution, or you install Rex from CPAN, then those dependencies will be installed automatically.

You can find information on the [Get Rex](/get/index.html) page about how to install Rex itself.

Expand Down