#! /usr/bin/env bash
echo Error: The optional prerequisite perl_mongodb of the package polymake are not installed.
echo Please install CPAN package $(cat distros/cpan.txt)
echo manually, either using the system package recommended by ./configure
echo or directly from CPAN.
exit 1
