Hi >One recurring problem -- though not the only problem -- is the fact >that to jump-start its understanding of the state of a user's system, >Parrot's Configure.pl relies on the presence of a Perl 5 Config.pm -- >and its exported variable %Config -- to perform initial population of >many elements in the Parrot::Configure object's internal data >structure.
One feature I have been exploiting extensively in my Perl 5 installs is cpan.pm's MyConfig.pm which permits me to overlay Perl's %Config and to swap sets of config changes in and out with out messing with the base Perl 5 install. I find this to be a useful way of organizing experiments and changes. Does Parrot's Config architecture provide this capability? Regards, Todd Olson