package t::Config; use vars qw( $VAR1 ); $VAR1 = { 'ssh' => { 'password' => '', 'user' => 'root', 'port' => 22, 'host' => 'localhost' } }; 1;