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::Producer::DB2 - DB2 SQL producer

SYNOPSIS

use SQL::Translator;

my $t = SQL::Translator->new( parser => '...', producer => 'DB2' );
print $translator->translate( $file );

DESCRIPTION

Creates an SQL DDL suitable for DB2.