App-padconsole
view release on metacpan or search on metacpan
$c->write;
unlink $old_config;
} else {
$config_file = undef;
}
} else {
open my $cfile, '>', $config_file or die "Unable to create $config_file: $!\n";
close $cfile;
}
}
chmod 0600, $config_file if (defined $config_file);
}
my ($c, $alias, $url, $key, $user, $passwd, %instances);
my $history_file = catfile($conf_dir, 'history');
my @history;
if (defined $config_file) {
$c = Config::YAML->new(
config => $config_file,
output => $config_file,
);
( run in 0.271 second using v1.01-cache-2.11-cpan-496ff517765 )