Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
|
#!/usr/bin/env perl
our $VERSION = '9999.99.99_99' ;
BEGIN {
all_uses_ok except => qw(
Rex::Cloud::Amazon
Rex::Commands::DB
Rex::Commands::Rsync
Rex::Group::Lookup::DBI
Rex::Group::Lookup::INI
Rex::Group::Lookup::XML
Rex::Helper::DBI
Rex::Helper::INI
Rex::Interface::Connection::OpenSSH
Rex::Interface::Connection::SSH
Rex::Interface::Exec::OpenSSH
Rex::Interface::Exec::SSH
Rex::Interface::File::OpenSSH
Rex::Interface::File::SSH
Rex::Interface::Fs::OpenSSH
Rex::Interface::Fs::SSH
Rex::Output
Rex::Output::JUnit
Rex::TaskList::Parallel_ForkManager
) ;
}
|