From c346cfd7abf225b909b00c61c89fc51fcf915a7d Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Wed, 29 Jan 2025 08:53:31 -0600 Subject: [PATCH] fix: 5.10.1 -> 5.14.4 for perl version --- content/docs/guides/start_using__r__ex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/guides/start_using__r__ex.md b/content/docs/guides/start_using__r__ex.md index 07f992cd5..47a3c3d10 100644 --- a/content/docs/guides/start_using__r__ex.md +++ b/content/docs/guides/start_using__r__ex.md @@ -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.