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::Yaml - result in YAML format

SYNOPSIS

$source->select(..., $result_as => 'yaml');

DESCRIPTION

Converts all rows to YAML format, using YAML::XS.