Skip to content

Commit

Permalink
Remove unused prerequisite for IO::String
Browse files Browse the repository at this point in the history
Also note that IO::String is only necessary for Perls before 5.8. Since
Rex requires 5.12, this is unnecessary.
  • Loading branch information
robrwo authored and ferki committed Oct 28, 2024
1 parent ba36461 commit 980ee44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Rex/Commands/Augeas.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 980ee44

Please sign in to comment.