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 @@
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;