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::XML::Torque - parser for Apache Torque XML documents

SYNOPSIS

use SQL::Translator;
use SQL::Translator::Parser::XML::Torque;

my $translator = SQL::Translator->new;
$translator->parser('SQL::Translator::Parser::XML::Torque');

DESCRIPTION

Just an alias for the Xmldoom parser.

AUTHOR

David R Snopek <dsnopek@gmail.com>

SEE ALSO

SQL::Translator, SQL::Translator::Parser::XML::Xmldoom, Xmldoom