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

SQL::Translator::Parser::YAML - Parse a YAML representation of a schema

SYNOPSIS

use SQL::Translator;

my $translator = SQL::Translator->new(parser => "YAML");

DESCRIPTION

SQL::Translator::Parser::YAML parses a schema serialized with YAML.

AUTHORS

Darren Chamberlain <darren@cpan.org>, Ken Y. Clark <kclark@cpan.org>.