
Parrot::Config - Parrot Configuration Data

This file is used for parrot's configuration data.
If perl Configure.pl hasn't been run yet,
it dies with a message explaining that parrot needs to be configured first.
It contains the %PConfig hash which is exported with the values loaded from lib/Parrot/Config/Generated.pm.
A list of valid keys can be found from running
parrot_config --dump

use Parrot::Config;
my $has_ipv6 = $PConfig{HAS_IPV6};