The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

02-data_get_PConfig.t - test Parrot::Configure::Data::get_PConfig() once configuration has been completed

SYNOPSIS

    % prove t/postconfigure/02-data_get_PConfig.t

DESCRIPTION

The files in this directory test functionality used by Configure.pl. Certain of the modules used by Configure.pl have functionality which is only meaningful after Configure.pl has actually been run and Parrot::Config::Generated has been created. So certain tests need to be run when your Parrot filesystem is in a "pre-make, post-Configure.pl" state.

The tests in this file mimic the functionality of tools/dev/reconfigure.pl and test Parrot::Configure::Data::get_PConfig(). What is 'slurped' here is an already created %Parrot::Config::PConfig.

AUTHOR

James E Keenan

SEE ALSO

Parrot::Configure, Configure.pl.