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::Admin::Catalog::Compare

SYNOPSIS

use SQL::Admin::Catalog::Compare;

my $diff = SQL::Admin::Catalog::Compare->compare (
    $source_catalog,
    $destination_catalog
);

say "There is a difference"
  if $diff->is_difference;

$diff->save ('Pg');
$diff->save ('Pg::DBI');