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::File_tabular - write rows in a tabular file

SYNOPSIS

$source->select(..., -result_as => [file_tabular => $file_name, \%options]);

DESCRIPTION

Writes all rows into a flat file through the File::Tabular module.