Matt S Trout > Rakudo-Star-2012.08_001 > Parrot::Config

Download:
Rakudo-Star-2012.08_001.tar.gz

Dependencies

Annotate this POD

Source  

NAME ^

Parrot::Config - Parrot Configuration Data

DESCRIPTION ^

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

SYNOPSIS ^

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