There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

DBIx::DataModel::Schema::ResultAs::Tsv - writes into a tab-separated file

SYNOPSIS

$source->select(..., $result_as => [tsv => $filename]);

DESCRIPTION

Writes all resulting rows into a tab-separated flat file. Tab or newline characters within the data will be converted to spaces. If you need more control over such conversions, use DBIx::DataModel::Schema::ResultAs::File_tabular where you can specify options for File::Tabular.