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

AC::Yenta::Store::Map - persistent storage for yenta maps

SYNOPSIS

your code:

  AC::Yenta::Store::Map->add_backend( postgres => 'Local::Yenta::Postgres' );

your config:

  map mappyfoo {
      backend     postgres
      # ...
  }