diff --git a/docs/release_notes/0.46.html b/docs/release_notes/0.46.html index 8cdd9c6f..8674470b 100644 --- a/docs/release_notes/0.46.html +++ b/docs/release_notes/0.46.html @@ -140,7 +140,7 @@
To create a test just create a new file inside a t directory: t/base.t.
-use Rex::Test::Base;
+use Rex::Test::Base;
use Data::Dumper;
use Rex -base;
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 46efdc55..785e7182 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
@@ -125,7 +125,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;