Mail-Toaster
view release on metacpan or search on metacpan
bin/install_deps.pl view on Meta::CPAN
return
{
'build_cache' => q[10],
'build_dir' => qq[$ENV{HOME}/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => qq[$ENV{HOME}/.cpan],
'ftp' => $ftp,
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => $gzip,
'histfile' => qq[$ENV{HOME}/.cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[],
'inactivity_timeout' => q[5],
'index_expire' => q[1],
'inhibit_startup_message' => q[1],
'keep_source_where' => qq[$ENV{HOME}/.cpan/sources],
'lynx' => q[],
'make' => $make,
lib/Mail/Toaster/Setup.pm view on Meta::CPAN
sub spamassassin_update {
my $self = shift;
my $update = $self->util->find_bin( "sa-update", fatal => 0 ) or return;
system $update and do {
$self->error( "error updating spamassassin rules", fatal => 0);
};
$self->audit( "trying again without GPG" );
system "$update --nogpg" and
return $self->error( "error updating spamassassin rules", fatal => 0);
return 1;
};
sub sqlite_freebsd {
my $self = shift;
$self->freebsd->install_port( 'icu',
options => "# Options for icu-50.1.2
lib/Mail/Toaster/Utility.pm view on Meta::CPAN
return
{
'build_cache' => q[10],
'build_dir' => qq[$ENV{HOME}/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => qq[$ENV{HOME}/.cpan],
'ftp' => $ftp,
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => $gzip,
'histfile' => qq[$ENV{HOME}/.cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[],
'inactivity_timeout' => q[5],
'index_expire' => q[1],
'inhibit_startup_message' => q[1],
'keep_source_where' => qq[$ENV{HOME}/.cpan/sources],
'lynx' => q[],
'make' => $make,
( run in 1.539 second using v1.01-cache-2.11-cpan-df04353d9ac )