From e787c2dd1e6f99e5ce2a6087495aa5cc1333bd81 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Oct 2023 06:11:09 +0000 Subject: [PATCH] Site update --- docs/release_notes/1.9.0.html | 2 +- .../writing_modules/getting_information_of_the_environment.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release_notes/1.9.0.html b/docs/release_notes/1.9.0.html index f75cf0ba..2585c90c 100644 --- a/docs/release_notes/1.9.0.html +++ b/docs/release_notes/1.9.0.html @@ -134,7 +134,7 @@

New features

It is intended to complement the utf8 pragma in Rexfiles and modules:

-
use utf8;
+
use utf8;
 use Rex -feature => ['write_utf8_files'];    
diff --git a/docs/rex_book/writing_modules/getting_information_of_the_environment.html b/docs/rex_book/writing_modules/getting_information_of_the_environment.html index 9293dbc4..fb98c2bd 100644 --- a/docs/rex_book/writing_modules/getting_information_of_the_environment.html +++ b/docs/rex_book/writing_modules/getting_information_of_the_environment.html @@ -123,7 +123,7 @@

Getting information of the environment

Rex comes with a hardware gathering module. To display all the things Rex knows about the environment your can create a test task that just dumps all the information.

-
use Rex -feature => ['1.0'];
+
use Rex -feature => ['1.0'];
 
 task "dump-info", sub {
     dump_system_information;