From 980ee4492112b7ffbf09d5d2998e34cdb1440990 Mon Sep 17 00:00:00 2001 From: Robert Rothenberg Date: Fri, 2 Feb 2024 09:42:10 +0000 Subject: [PATCH] Remove unused prerequisite for IO::String Also note that IO::String is only necessary for Perls before 5.8. Since Rex requires 5.12, this is unnecessary. --- lib/Rex/Commands/Augeas.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Rex/Commands/Augeas.pm b/lib/Rex/Commands/Augeas.pm index 0a1fa44c9..2bf49a293 100644 --- a/lib/Rex/Commands/Augeas.pm +++ b/lib/Rex/Commands/Augeas.pm @@ -51,7 +51,6 @@ use Rex::Commands::Fs; use Rex::Commands::File; use Rex::Helper::Path; use Rex::Helper::Run; -use IO::String; use Module::Load::Conditional qw(can_load); my $has_config_augeas =